#90BD60

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

Shades of Olivine #90BD60

Tints of Olivine #90BD60

Color information

#90BD60 (or 0x90BD60) is unknown color: approx Olivine. HEX triplet: 90, BD and 60. RGB value is (144,189,96). Sum of RGB (Red+Green+Blue) = 144+189+96=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BD60 is #6F429F. Grayscale: #A5A5A5. Windows color (decimal): -7291552 or 6339984. OLE color: 6339984.

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

Color convert

RGB14418996-
CMYK0.2400.490.26
HSL89.03º41.33%55.88%-
HSV(B)89.03º49.21%74.12%-
XYZ31.8143.1717.72-
YUV164.9489.09113.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=33.57%
G=44.06%
B=22.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144189960.2400.490.2689.0341.3355.88
Hex90BD60180311A592938
Octal22027514030061321315170
Binary10010000101111011100000110000110001110101011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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