Html Css Color HEX #96B976 Olivine

📋 copy color: '#96B976'

red 150 ◦ green 185 ◦ blue 118

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

Shades of Olivine #96B976

Tints of Olivine #96B976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 33.11%
G = 40.84%
B = 26.05%

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

#96B976 (or 0x96B976) is known color: Olivine. HEX triplet: 96, B9 and 76. RGB value is (150,185,118). Sum of RGB (Red+Green+Blue) = 150+185+118=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #96B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B976 is #694689. Grayscale: #A7A7A7. Windows color (decimal): -6899338 or 7780758. OLE color: 7780758.

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

Color convert

RGB 150 185 118 -
CMYK 0.19 0 0.36 0.27
HSL 91.34º 0.32% 0.59% -
HSV(B) 91.34º 0.36% 0.73% -
XYZ 33.2 42.49 23.59 -
YUV 166.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 150 185 118 0.19 0 0.36 0.27 91.34 0.32 0.59
Hex 96 B9 76 13 0 24 1B 5B 20 3B
Octal 226 271 166 23 0 44 33 133 40 73
Binary 10010110 10111001 1110110 10011 0 100100 11011 1011011 100000 111011

Color Harmonies of #96B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B976

Black with #96B976

Text Example


Text Example

White with #96B976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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