#95C066

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

Shades of Olivine #95C066

Tints of Olivine #95C066

Color information

#95C066 (or 0x95C066) is unknown color: approx Olivine. HEX triplet: 95, C0 and 66. RGB value is (149,192,102). Sum of RGB (Red+Green+Blue) = 149+192+102=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #95C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C066 is #6A3F99. Grayscale: #A9A9A9. Windows color (decimal): -6963098 or 6733973. OLE color: 6733973.

HSL color Cylindrical-coordinate representation of color #95C066: hue angle of 88.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95C066 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB149192102-
CMYK0.2200.470.25
HSL88.67º41.67%57.65%-
HSV(B)88.67º46.88%75.29%-
XYZ33.6445.0519.49-
YUV168.8890.25113.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=33.63%
G=43.34%
B=23.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491921020.2200.470.2588.6741.6757.65
Hex95C0661602F19592a3a
Octal22530014626057311315272
Binary10010101110000001100110101100101111110011011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,192,102); }

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

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

 a { background-color: rgb(149,192,102); }

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

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

 span { border-color: rgb(149,192,102); }

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