Html Css Color HEX #96B770 Olivine

📋 copy color: '#96B770'

red 150 ◦ green 183 ◦ blue 112

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

Shades of Olivine #96B770

Tints of Olivine #96B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

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

R = 33.71%
G = 41.12%
B = 25.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#96B770 (or 0x96B770) is known color: Olivine. HEX triplet: 96, B7 and 70. RGB value is (150,183,112). Sum of RGB (Red+Green+Blue) = 150+183+112=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #96B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B770 is #69488F. Grayscale: #A5A5A5. Windows color (decimal): -6899856 or 7387030. OLE color: 7387030.

HSL color Cylindrical-coordinate representation of color #96B770: hue angle of 87.89º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96B770 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 112 -
CMYK 0.18 0 0.39 0.28
HSL 87.89º 0.33% 0.58% -
HSV(B) 87.89º 0.39% 0.72% -
XYZ 32.44 41.52 21.63 -
YUV 165.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 150 183 112 0.18 0 0.39 0.28 87.89 0.33 0.58
Hex 96 B7 70 12 0 27 1C 58 21 3A
Octal 226 267 160 22 0 47 34 130 41 72
Binary 10010110 10110111 1110000 10010 0 100111 11100 1011000 100001 111010

Color Harmonies of #96B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B770

Black with #96B770

Text Example


Text Example

White with #96B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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