Html Css Color HEX #90AA76 Olivine

📋 copy color: '#90AA76'

red 144 ◦ green 170 ◦ blue 118

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

Shades of Olivine #90AA76

Tints of Olivine #90AA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 33.33%
G = 39.35%
B = 27.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#90AA76 (or 0x90AA76) is known color: Olivine. HEX triplet: 90, AA and 76. RGB value is (144,170,118). Sum of RGB (Red+Green+Blue) = 144+170+118=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AA76 is #6F5589. Grayscale: #9C9C9C. Windows color (decimal): -7296394 or 7776912. OLE color: 7776912.

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

Color convert

RGB 144 170 118 -
CMYK 0.15 0 0.31 0.33
HSL 90º 0.23% 0.56% -
HSV(B) 90º 0.31% 0.67% -
XYZ 29.15 35.99 22.55 -
YUV 156.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 144 170 118 0.15 0 0.31 0.33 90 0.23 0.56
Hex 90 AA 76 F 0 1F 21 5A 17 38
Octal 220 252 166 17 0 37 41 132 27 70
Binary 10010000 10101010 1110110 1111 0 11111 100001 1011010 10111 111000

Color Harmonies of #90AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA76

Black with #90AA76

Text Example


Text Example

White with #90AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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