Html Css Color HEX #96B66D Olivine

📋 copy color: '#96B66D'

red 150 ◦ green 182 ◦ blue 109

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

Shades of Olivine #96B66D

Tints of Olivine #96B66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 34.01%
G = 41.27%
B = 24.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#96B66D (or 0x96B66D) is known color: Olivine. HEX triplet: 96, B6 and 6D. RGB value is (150,182,109). Sum of RGB (Red+Green+Blue) = 150+182+109=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #96B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B66D is #694992. Grayscale: #A4A4A4. Windows color (decimal): -6900115 or 7190166. OLE color: 7190166.

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

Color convert

RGB 150 182 109 -
CMYK 0.18 0 0.40 0.29
HSL 86.3º 0.33% 0.57% -
HSV(B) 86.3º 0.4% 0.71% -
XYZ 32.07 41.04 20.7 -
YUV 164.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 150 182 109 0.18 0 0.40 0.29 86.3 0.33 0.57
Hex 96 B6 6D 12 0 28 1D 56 21 39
Octal 226 266 155 22 0 50 35 126 41 71
Binary 10010110 10110110 1101101 10010 0 101000 11101 1010110 100001 111001

Color Harmonies of #96B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B66D

Black with #96B66D

Text Example


Text Example

White with #96B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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