Html Css Color HEX #96B168 Olivine

📋 copy color: '#96B168'

red 150 ◦ green 177 ◦ blue 104

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

Shades of Olivine #96B168

Tints of Olivine #96B168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

 BLUE value IS 104 (41.02% from 255) = 24.13%

R = 34.8%
G = 41.07%
B = 24.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#96B168 (or 0x96B168) is known color: Olivine. HEX triplet: 96, B1 and 68. RGB value is (150,177,104). Sum of RGB (Red+Green+Blue) = 150+177+104=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #96B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B168 is #694E97. Grayscale: #A0A0A0. Windows color (decimal): -6901400 or 6861206. OLE color: 6861206.

HSL color Cylindrical-coordinate representation of color #96B168: hue angle of 82.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B168 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 104 -
CMYK 0.15 0 0.41 0.31
HSL 82.19º 0.32% 0.55% -
HSV(B) 82.19º 0.41% 0.69% -
XYZ 30.8 38.93 18.99 -
YUV 160.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 150 177 104 0.15 0 0.41 0.31 82.19 0.32 0.55
Hex 96 B1 68 F 0 29 1F 52 20 37
Octal 226 261 150 17 0 51 37 122 40 67
Binary 10010110 10110001 1101000 1111 0 101001 11111 1010010 100000 110111

Color Harmonies of #96B168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B168

Black with #96B168

Text Example


Text Example

White with #96B168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,104); }

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

background-color css

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

 a { background-color: rgb(150,177,104); }

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

border-color css

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

 span { border-color: rgb(150,177,104); }

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