#90B466

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

Shades of Olivine #90B466

Tints of Olivine #90B466

Color information

#90B466 (or 0x90B466) is unknown color: approx Olivine. HEX triplet: 90, B4 and 66. RGB value is (144,180,102). Sum of RGB (Red+Green+Blue) = 144+180+102=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #90B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B466 is #6F4B99. Grayscale: #A0A0A0. Windows color (decimal): -7293850 or 6730896. OLE color: 6730896.

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

Color convert

RGB144180102-
CMYK0.200.430.29
HSL87.69º34.21%55.29%-
HSV(B)87.69º43.33%70.59%-
XYZ30.2239.5318.61-
YUV160.3495.07116.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=33.80%
G=42.25%
B=23.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801020.200.430.2987.6934.2155.29
Hex90B4661402B1D582237
Octal22026414624053351304267
Binary10010000101101001100110101000101011111011011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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