Html Css Color HEX #96AA80 Olivine

📋 copy color: '#96AA80'

red 150 ◦ green 170 ◦ blue 128

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

Shades of Olivine #96AA80

Tints of Olivine #96AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

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

R = 33.48%
G = 37.95%
B = 28.57%

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

#96AA80 (or 0x96AA80) is known color: Olivine. HEX triplet: 96, AA and 80. RGB value is (150,170,128). Sum of RGB (Red+Green+Blue) = 150+170+128=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA80 is #69557F. Grayscale: #9F9F9F. Windows color (decimal): -6903168 or 8432278. OLE color: 8432278.

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

Color convert

RGB 150 170 128 -
CMYK 0.12 0 0.25 0.33
HSL 88.57º 0.2% 0.58% -
HSV(B) 88.57º 0.25% 0.67% -
XYZ 30.85 36.79 25.9 -
YUV 159.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 150 170 128 0.12 0 0.25 0.33 88.57 0.2 0.58
Hex 96 AA 80 C 0 19 21 59 14 3A
Octal 226 252 200 14 0 31 41 131 24 72
Binary 10010110 10101010 10000000 1100 0 11001 100001 1011001 10100 111010

Color Harmonies of #96AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA80

Black with #96AA80

Text Example


Text Example

White with #96AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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