Html Css Color HEX #96AA7E Olivine

📋 copy color: '#96AA7E'

red 150 ◦ green 170 ◦ blue 126

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

Shades of Olivine #96AA7E

Tints of Olivine #96AA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 33.63%
G = 38.12%
B = 28.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#96AA7E (or 0x96AA7E) is known color: Olivine. HEX triplet: 96, AA and 7E. RGB value is (150,170,126). Sum of RGB (Red+Green+Blue) = 150+170+126=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA7E is #695581. Grayscale: #9F9F9F. Windows color (decimal): -6903170 or 8301206. OLE color: 8301206.

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

Color convert

RGB 150 170 126 -
CMYK 0.12 0 0.26 0.33
HSL 87.27º 0.21% 0.58% -
HSV(B) 87.27º 0.26% 0.67% -
XYZ 30.72 36.74 25.21 -
YUV 159 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 150 170 126 0.12 0 0.26 0.33 87.27 0.21 0.58
Hex 96 AA 7E C 0 1A 21 57 15 3A
Octal 226 252 176 14 0 32 41 127 25 72
Binary 10010110 10101010 1111110 1100 0 11010 100001 1010111 10101 111010

Color Harmonies of #96AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA7E

Black with #96AA7E

Text Example


Text Example

White with #96AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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