Html Css Color HEX #96AA75 Olivine

📋 copy color: '#96AA75'

red 150 ◦ green 170 ◦ blue 117

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

Shades of Olivine #96AA75

Tints of Olivine #96AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 34.32%
G = 38.9%
B = 26.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#96AA75 (or 0x96AA75) is known color: Olivine. HEX triplet: 96, AA and 75. RGB value is (150,170,117). Sum of RGB (Red+Green+Blue) = 150+170+117=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA75 is #69558A. Grayscale: #9E9E9E. Windows color (decimal): -6903179 or 7711382. OLE color: 7711382.

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

Color convert

RGB 150 170 117 -
CMYK 0.12 0 0.31 0.33
HSL 82.64º 0.24% 0.56% -
HSV(B) 82.64º 0.31% 0.67% -
XYZ 30.16 36.52 22.29 -
YUV 157.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 150 170 117 0.12 0 0.31 0.33 82.64 0.24 0.56
Hex 96 AA 75 C 0 1F 21 53 18 38
Octal 226 252 165 14 0 37 41 123 30 70
Binary 10010110 10101010 1110101 1100 0 11111 100001 1010011 11000 111000

Color Harmonies of #96AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA75

Black with #96AA75

Text Example


Text Example

White with #96AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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