Html Css Color HEX #96AB80 Olivine

📋 copy color: '#96AB80'

red 150 ◦ green 171 ◦ blue 128

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

Shades of Olivine #96AB80

Tints of Olivine #96AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 33.41%
G = 38.08%
B = 28.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#96AB80 (or 0x96AB80) is known color: Olivine. HEX triplet: 96, AB and 80. RGB value is (150,171,128). Sum of RGB (Red+Green+Blue) = 150+171+128=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB80 is #69547F. Grayscale: #9F9F9F. Windows color (decimal): -6902912 or 8432534. OLE color: 8432534.

HSL color Cylindrical-coordinate representation of color #96AB80: hue angle of 89.3º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96AB80 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 128 -
CMYK 0.12 0 0.25 0.33
HSL 89.3º 0.2% 0.59% -
HSV(B) 89.3º 0.25% 0.67% -
XYZ 31.04 37.17 25.96 -
YUV 159.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 150 171 128 0.12 0 0.25 0.33 89.3 0.2 0.59
Hex 96 AB 80 C 0 19 21 59 14 3B
Octal 226 253 200 14 0 31 41 131 24 73
Binary 10010110 10101011 10000000 1100 0 11001 100001 1011001 10100 111011

Color Harmonies of #96AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB80

Black with #96AB80

Text Example


Text Example

White with #96AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,128); }

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

background-color css

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

 a { background-color: rgb(150,171,128); }

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

border-color css

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

 span { border-color: rgb(150,171,128); }

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