Html Css Color HEX #96B376 Olivine

📋 copy color: '#96B376'

red 150 ◦ green 179 ◦ blue 118

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

Shades of Olivine #96B376

Tints of Olivine #96B376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 33.56%
G = 40.04%
B = 26.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#96B376 (or 0x96B376) is known color: Olivine. HEX triplet: 96, B3 and 76. RGB value is (150,179,118). Sum of RGB (Red+Green+Blue) = 150+179+118=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #96B376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B376 is #694C89. Grayscale: #A3A3A3. Windows color (decimal): -6900874 or 7779222. OLE color: 7779222.

HSL color Cylindrical-coordinate representation of color #96B376: hue angle of 88.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B376 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 118 -
CMYK 0.16 0 0.34 0.30
HSL 88.52º 0.29% 0.58% -
HSV(B) 88.52º 0.34% 0.7% -
XYZ 31.97 40.03 23.18 -
YUV 163.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 150 179 118 0.16 0 0.34 0.30 88.52 0.29 0.58
Hex 96 B3 76 10 0 22 1E 59 1D 3A
Octal 226 263 166 20 0 42 36 131 35 72
Binary 10010110 10110011 1110110 10000 0 100010 11110 1011001 11101 111010

Color Harmonies of #96B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B376

Black with #96B376

Text Example


Text Example

White with #96B376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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