Html Css Color HEX #96B171 Olivine

📋 copy color: '#96B171'

red 150 ◦ green 177 ◦ blue 113

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

Shades of Olivine #96B171

Tints of Olivine #96B171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 34.09%
G = 40.23%
B = 25.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#96B171 (or 0x96B171) is known color: Olivine. HEX triplet: 96, B1 and 71. RGB value is (150,177,113). Sum of RGB (Red+Green+Blue) = 150+177+113=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #96B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B171 is #694E8E. Grayscale: #A1A1A1. Windows color (decimal): -6901391 or 7451030. OLE color: 7451030.

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

Color convert

RGB 150 177 113 -
CMYK 0.15 0 0.36 0.31
HSL 85.31º 0.29% 0.57% -
HSV(B) 85.31º 0.36% 0.69% -
XYZ 31.28 39.12 21.53 -
YUV 161.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 150 177 113 0.15 0 0.36 0.31 85.31 0.29 0.57
Hex 96 B1 71 F 0 24 1F 55 1D 39
Octal 226 261 161 17 0 44 37 125 35 71
Binary 10010110 10110001 1110001 1111 0 100100 11111 1010101 11101 111001

Color Harmonies of #96B171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B171

Black with #96B171

Text Example


Text Example

White with #96B171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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