#90BD6F

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

Shades of Olivine #90BD6F

Tints of Olivine #90BD6F

Color information

#90BD6F (or 0x90BD6F) is unknown color: approx Olivine. HEX triplet: 90, BD and 6F. RGB value is (144,189,111). Sum of RGB (Red+Green+Blue) = 144+189+111=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD6F is #6F4290. Grayscale: #A6A6A6. Windows color (decimal): -7291537 or 7323024. OLE color: 7323024.

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

Color convert

RGB144189111-
CMYK0.2400.410.26
HSL94.62º37.14%58.82%-
HSV(B)94.62º41.27%74.12%-
XYZ32.5743.4721.71-
YUV166.6596.59111.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 111 (43.75% from 255) = 25%
R=32.43%
G=42.57%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891110.2400.410.2694.6237.1458.82
Hex90BD6F180291A5f253b
Octal22027515730051321374573
Binary10010000101111011101111110000101001110101011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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