Html Css Color HEX #96B977 Olivine

📋 copy color: '#96B977'

red 150 ◦ green 185 ◦ blue 119

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

Shades of Olivine #96B977

Tints of Olivine #96B977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.75%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 33.04%
G = 40.75%
B = 26.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#96B977 (or 0x96B977) is known color: Olivine. HEX triplet: 96, B9 and 77. RGB value is (150,185,119). Sum of RGB (Red+Green+Blue) = 150+185+119=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #96B977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B977 is #694688. Grayscale: #A7A7A7. Windows color (decimal): -6899337 or 7846294. OLE color: 7846294.

HSL color Cylindrical-coordinate representation of color #96B977: hue angle of 91.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96B977 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 119 -
CMYK 0.19 0 0.36 0.27
HSL 91.82º 0.32% 0.6% -
HSV(B) 91.82º 0.36% 0.73% -
XYZ 33.26 42.51 23.91 -
YUV 167.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 150 185 119 0.19 0 0.36 0.27 91.82 0.32 0.6
Hex 96 B9 77 13 0 24 1B 5C 20 3C
Octal 226 271 167 23 0 44 33 134 40 74
Binary 10010110 10111001 1110111 10011 0 100100 11011 1011100 100000 111100

Color Harmonies of #96B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B977

Black with #96B977

Text Example


Text Example

White with #96B977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,119); }

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

background-color css

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

 a { background-color: rgb(150,185,119); }

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

border-color css

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

 span { border-color: rgb(150,185,119); }

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