Html Css Color HEX #96C066 Olivine

📋 copy color: '#96C066'

red 150 ◦ green 192 ◦ blue 102

#96C066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #96C066

Tints of Olivine #96C066

RGB

 RED value IS 150 (58.98% from 255) = 33.78%

 GREEN value IS 192 (75.39% from 255) = 43.24%

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 33.78%
G = 43.24%
B = 22.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#96C066 (or 0x96C066) is known color: Olivine. HEX triplet: 96, C0 and 66. RGB value is (150,192,102). Sum of RGB (Red+Green+Blue) = 150+192+102=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #96C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C066 is #693F99. Grayscale: #A9A9A9. Windows color (decimal): -6897562 or 6733974. OLE color: 6733974.

HSL color Cylindrical-coordinate representation of color #96C066: hue angle of 88º 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 #96C066 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 102 -
CMYK 0.22 0 0.47 0.25
HSL 88º 0.42% 0.58% -
HSV(B) 88º 0.47% 0.75% -
XYZ 33.83 45.14 19.5 -
YUV 169.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 150 192 102 0.22 0 0.47 0.25 88 0.42 0.58
Hex 96 C0 66 16 0 2F 19 58 2A 3A
Octal 226 300 146 26 0 57 31 130 52 72
Binary 10010110 11000000 1100110 10110 0 101111 11001 1011000 101010 111010

Color Harmonies of #96C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C066

Black with #96C066

Text Example


Text Example

White with #96C066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96C066;
 }
 .AnyTagClassName
 {
   color: #96C066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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