Html Css Color HEX #96B96C Olivine

📋 copy color: '#96B96C'

red 150 ◦ green 185 ◦ blue 108

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

Shades of Olivine #96B96C

Tints of Olivine #96B96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 33.86%
G = 41.76%
B = 24.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#96B96C (or 0x96B96C) is known color: Olivine. HEX triplet: 96, B9 and 6C. RGB value is (150,185,108). Sum of RGB (Red+Green+Blue) = 150+185+108=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #96B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B96C is #694693. Grayscale: #A6A6A6. Windows color (decimal): -6899348 or 7125398. OLE color: 7125398.

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

Color convert

RGB 150 185 108 -
CMYK 0.19 0 0.42 0.27
HSL 87.27º 0.35% 0.57% -
HSV(B) 87.27º 0.42% 0.73% -
XYZ 32.63 42.26 20.63 -
YUV 165.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 150 185 108 0.19 0 0.42 0.27 87.27 0.35 0.57
Hex 96 B9 6C 13 0 2A 1B 57 23 39
Octal 226 271 154 23 0 52 33 127 43 71
Binary 10010110 10111001 1101100 10011 0 101010 11011 1010111 100011 111001

Color Harmonies of #96B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B96C

Black with #96B96C

Text Example


Text Example

White with #96B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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