Html Css Color HEX #96B76D Olivine

📋 copy color: '#96B76D'

red 150 ◦ green 183 ◦ blue 109

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

Shades of Olivine #96B76D

Tints of Olivine #96B76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 33.94%
G = 41.4%
B = 24.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#96B76D (or 0x96B76D) is known color: Olivine. HEX triplet: 96, B7 and 6D. RGB value is (150,183,109). Sum of RGB (Red+Green+Blue) = 150+183+109=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #96B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B76D is #694892. Grayscale: #A4A4A4. Windows color (decimal): -6899859 or 7190422. OLE color: 7190422.

HSL color Cylindrical-coordinate representation of color #96B76D: hue angle of 86.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B76D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 109 -
CMYK 0.18 0 0.40 0.28
HSL 86.76º 0.34% 0.57% -
HSV(B) 86.76º 0.4% 0.72% -
XYZ 32.27 41.46 20.77 -
YUV 164.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 150 183 109 0.18 0 0.40 0.28 86.76 0.34 0.57
Hex 96 B7 6D 12 0 28 1C 57 22 39
Octal 226 267 155 22 0 50 34 127 42 71
Binary 10010110 10110111 1101101 10010 0 101000 11100 1010111 100010 111001

Color Harmonies of #96B76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B76D

Black with #96B76D

Text Example


Text Example

White with #96B76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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