#90BD6E

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

Shades of Olivine #90BD6E

Tints of Olivine #90BD6E

Color information

#90BD6E (or 0x90BD6E) is unknown color: approx Olivine. HEX triplet: 90, BD and 6E. RGB value is (144,189,110). Sum of RGB (Red+Green+Blue) = 144+189+110=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD6E is #6F4291. Grayscale: #A6A6A6. Windows color (decimal): -7291538 or 7257488. OLE color: 7257488.

HSL color Cylindrical-coordinate representation of color #90BD6E: hue angle of 94.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90BD6E is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB144189110-
CMYK0.2400.420.26
HSL94.18º37.44%58.63%-
HSV(B)94.18º41.8%74.12%-
XYZ32.5143.4521.42-
YUV166.5496.09111.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=32.51%
G=42.66%
B=24.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891100.2400.420.2694.1837.4458.63
Hex90BD6E1802A1A5e253b
Octal22027515630052321364573
Binary10010000101111011101110110000101010110101011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,110); }

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

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

 a { background-color: rgb(144,189,110); }

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

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

 span { border-color: rgb(144,189,110); }

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