Html Css Color HEX #96BB70 Olivine

📋 copy color: '#96BB70'

red 150 ◦ green 187 ◦ blue 112

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

Shades of Olivine #96BB70

Tints of Olivine #96BB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 33.41%
G = 41.65%
B = 24.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#96BB70 (or 0x96BB70) is known color: Olivine. HEX triplet: 96, BB and 70. RGB value is (150,187,112). Sum of RGB (Red+Green+Blue) = 150+187+112=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB70 is #69448F. Grayscale: #A7A7A7. Windows color (decimal): -6898832 or 7388054. OLE color: 7388054.

HSL color Cylindrical-coordinate representation of color #96BB70: hue angle of 89.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BB70 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 112 -
CMYK 0.20 0 0.40 0.27
HSL 89.6º 0.36% 0.59% -
HSV(B) 89.6º 0.4% 0.73% -
XYZ 33.27 43.19 21.91 -
YUV 167.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 150 187 112 0.20 0 0.40 0.27 89.6 0.36 0.59
Hex 96 BB 70 14 0 28 1B 5A 24 3B
Octal 226 273 160 24 0 50 33 132 44 73
Binary 10010110 10111011 1110000 10100 0 101000 11011 1011010 100100 111011

Color Harmonies of #96BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB70

Black with #96BB70

Text Example


Text Example

White with #96BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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