Html Css Color HEX #90AA71 Olivine

📋 copy color: '#90AA71'

red 144 ◦ green 170 ◦ blue 113

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

Shades of Olivine #90AA71

Tints of Olivine #90AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 33.72%
G = 39.81%
B = 26.46%

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

#90AA71 (or 0x90AA71) is known color: Olivine. HEX triplet: 90, AA and 71. RGB value is (144,170,113). Sum of RGB (Red+Green+Blue) = 144+170+113=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA71 is #6F558E. Grayscale: #9B9B9B. Windows color (decimal): -7296399 or 7449232. OLE color: 7449232.

HSL color Cylindrical-coordinate representation of color #90AA71: hue angle of 87.37º 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 #90AA71 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 113 -
CMYK 0.15 0 0.34 0.33
HSL 87.37º 0.25% 0.55% -
HSV(B) 87.37º 0.34% 0.67% -
XYZ 28.86 35.87 21.03 -
YUV 155.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 144 170 113 0.15 0 0.34 0.33 87.37 0.25 0.55
Hex 90 AA 71 F 0 22 21 57 19 37
Octal 220 252 161 17 0 42 41 127 31 67
Binary 10010000 10101010 1110001 1111 0 100010 100001 1010111 11001 110111

Color Harmonies of #90AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA71

Black with #90AA71

Text Example


Text Example

White with #90AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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