#95C36F

Color #95C36F Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #95C36F

Tints of Olivine #95C36F

Color information

#95C36F (or 0x95C36F) is unknown color: approx Olivine. HEX triplet: 95, C3 and 6F. RGB value is (149,195,111). Sum of RGB (Red+Green+Blue) = 149+195+111=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #95C36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C36F is #6A3C90. Grayscale: #ABABAB. Windows color (decimal): -6962321 or 7324565. OLE color: 7324565.

HSL color Cylindrical-coordinate representation of color #95C36F: hue angle of 92.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95C36F is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB149195111-
CMYK0.2400.430.24
HSL92.86º41.18%60%-
HSV(B)92.86º43.08%76.47%-
XYZ34.7846.5722.19-
YUV171.6793.76111.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=32.75%
G=42.86%
B=24.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951110.2400.430.2492.8641.1860
Hex95C36F1802B185d293c
Octal22530315730053301355174
Binary10010101110000111101111110000101011110001011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C36F; }

 p { color: rgb(149,195,111); }

 H1.HeaderClassName
 {
   color: #95C36F;
 }
 .AnyTagClassName
 {
   color: #95C36F;
 }
</style>
background-color css

<style>
 a { background-color: #95C36F; }

 a { background-color: rgb(149,195,111); }

 div.DivClassName
 {
   background-color: #95C36F;
 }
 .BgClassName
 {
   background-color: #95C36F;
 }
</style>
border-color css

<style>
 span { border-color: #95C36F; }

 span { border-color: rgb(149,195,111); }

 td.TdClassName
 {
   border-color: #95C36F;
 }
 .TagClassName
 {
   border-color: #95C36F;
 }
</style>