Html Css Color HEX #90AA70 Olivine

📋 copy color: '#90AA70'

red 144 ◦ green 170 ◦ blue 112

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

Shades of Olivine #90AA70

Tints of Olivine #90AA70

RGB

 RED value IS 144 (56.64% from 255) = 33.8%

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

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 33.8%
G = 39.91%
B = 26.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#90AA70 (or 0x90AA70) is known color: Olivine. HEX triplet: 90, AA and 70. RGB value is (144,170,112). Sum of RGB (Red+Green+Blue) = 144+170+112=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA70 is #6F558F. Grayscale: #9B9B9B. Windows color (decimal): -7296400 or 7383696. OLE color: 7383696.

HSL color Cylindrical-coordinate representation of color #90AA70: hue angle of 86.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90AA70 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 112 -
CMYK 0.15 0 0.34 0.33
HSL 86.9º 0.25% 0.55% -
HSV(B) 86.9º 0.34% 0.67% -
XYZ 28.8 35.85 20.73 -
YUV 155.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 144 170 112 0.15 0 0.34 0.33 86.9 0.25 0.55
Hex 90 AA 70 F 0 22 21 57 19 37
Octal 220 252 160 17 0 42 41 127 31 67
Binary 10010000 10101010 1110000 1111 0 100010 100001 1010111 11001 110111

Color Harmonies of #90AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA70

Black with #90AA70

Text Example


Text Example

White with #90AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AA70; }

 p { color: rgb(144,170,112); }

 H1.HeaderClassName
 {
   color: #90AA70;
 }
 .AnyTagClassName
 {
   color: #90AA70;
 }
</style>

background-color css

<style>
 a { background-color: #90AA70; }

 a { background-color: rgb(144,170,112); }

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

border-color css

<style>
 span { border-color: #90AA70; }

 span { border-color: rgb(144,170,112); }

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