#90B46D

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

Shades of Olivine #90B46D

Tints of Olivine #90B46D

Color information

#90B46D (or 0x90B46D) is unknown color: approx Olivine. HEX triplet: 90, B4 and 6D. RGB value is (144,180,109). Sum of RGB (Red+Green+Blue) = 144+180+109=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #90B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B46D is #6F4B92. Grayscale: #A1A1A1. Windows color (decimal): -7293843 or 7189648. OLE color: 7189648.

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

Color convert

RGB144180109-
CMYK0.200.390.29
HSL90.42º32.13%56.67%-
HSV(B)90.42º39.44%70.59%-
XYZ30.5839.6820.51-
YUV161.1498.57115.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=33.26%
G=41.57%
B=25.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801090.200.390.2990.4232.1356.67
Hex90B46D140271D5a2039
Octal22026415524047351324071
Binary10010000101101001101101101000100111111011011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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