#90B06D

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

Shades of Olivine #90B06D

Tints of Olivine #90B06D

Color information

#90B06D (or 0x90B06D) is unknown color: approx Olivine. HEX triplet: 90, B0 and 6D. RGB value is (144,176,109). Sum of RGB (Red+Green+Blue) = 144+176+109=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #90B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B06D is #6F4F92. Grayscale: #9F9F9F. Windows color (decimal): -7294867 or 7188624. OLE color: 7188624.

HSL color Cylindrical-coordinate representation of color #90B06D: hue angle of 88.66º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B06D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB144176109-
CMYK0.1800.380.31
HSL88.66º29.78%55.88%-
HSV(B)88.66º38.07%69.02%-
XYZ29.7938.0820.25-
YUV158.7999.9117.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=33.57%
G=41.03%
B=25.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441761090.1800.380.3188.6629.7855.88
Hex90B06D120261F591e38
Octal22026015522046371313670
Binary1001000010110000110110110010010011011111101100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,109); }

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

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

 a { background-color: rgb(144,176,109); }

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

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

 span { border-color: rgb(144,176,109); }

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