#90B468

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

Shades of Olivine #90B468

Tints of Olivine #90B468

Color information

#90B468 (or 0x90B468) is unknown color: approx Olivine. HEX triplet: 90, B4 and 68. RGB value is (144,180,104). Sum of RGB (Red+Green+Blue) = 144+180+104=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #90B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B468 is #6F4B97. Grayscale: #A0A0A0. Windows color (decimal): -7293848 or 6861968. OLE color: 6861968.

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

Color convert

RGB144180104-
CMYK0.200.420.29
HSL88.42º33.63%55.69%-
HSV(B)88.42º42.22%70.59%-
XYZ30.3239.5719.14-
YUV160.5796.07116.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 104 (41.02% from 255) = 24.30%
R=33.64%
G=42.06%
B=24.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801040.200.420.2988.4233.6355.69
Hex90B4681402A1D582238
Octal22026415024052351304270
Binary10010000101101001101000101000101010111011011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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