#90B470

Color #90B470 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #90B470

Tints of Olivine #90B470

Color information

#90B470 (or 0x90B470) is unknown color: approx Olivine. HEX triplet: 90, B4 and 70. RGB value is (144,180,112). Sum of RGB (Red+Green+Blue) = 144+180+112=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #90B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B470 is #6F4B8F. Grayscale: #A1A1A1. Windows color (decimal): -7293840 or 7386256. OLE color: 7386256.

HSL color Cylindrical-coordinate representation of color #90B470: hue angle of 91.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B470 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB144180112-
CMYK0.200.380.29
HSL91.76º31.19%57.25%-
HSV(B)91.76º37.78%70.59%-
XYZ30.7539.7421.38-
YUV161.48100.07115.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=33.03%
G=41.28%
B=25.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801120.200.380.2991.7631.1957.25
Hex90B470140261D5c1f39
Octal22026416024046351343771
Binary1001000010110100111000010100010011011101101110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90B470;
 }
 .AnyTagClassName
 {
   color: #90B470;
 }
</style>
background-color css

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

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

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

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

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

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