Html Css Color HEX #96BB66 Olivine

📋 copy color: '#96BB66'

red 150 ◦ green 187 ◦ blue 102

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

Shades of Olivine #96BB66

Tints of Olivine #96BB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 34.17%
G = 42.6%
B = 23.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#96BB66 (or 0x96BB66) is known color: Olivine. HEX triplet: 96, BB and 66. RGB value is (150,187,102). Sum of RGB (Red+Green+Blue) = 150+187+102=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB66 is #694499. Grayscale: #A6A6A6. Windows color (decimal): -6898842 or 6732694. OLE color: 6732694.

HSL color Cylindrical-coordinate representation of color #96BB66: hue angle of 86.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96BB66 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 102 -
CMYK 0.20 0 0.45 0.27
HSL 86.12º 0.38% 0.57% -
HSV(B) 86.12º 0.45% 0.73% -
XYZ 32.75 42.98 19.14 -
YUV 166.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 150 187 102 0.20 0 0.45 0.27 86.12 0.38 0.57
Hex 96 BB 66 14 0 2D 1B 56 26 39
Octal 226 273 146 24 0 55 33 126 46 71
Binary 10010110 10111011 1100110 10100 0 101101 11011 1010110 100110 111001

Color Harmonies of #96BB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB66

Black with #96BB66

Text Example


Text Example

White with #96BB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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