#90B46F

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

Shades of Olivine #90B46F

Tints of Olivine #90B46F

Color information

#90B46F (or 0x90B46F) is unknown color: approx Olivine. HEX triplet: 90, B4 and 6F. RGB value is (144,180,111). Sum of RGB (Red+Green+Blue) = 144+180+111=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #90B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B46F is #6F4B90. Grayscale: #A1A1A1. Windows color (decimal): -7293841 or 7320720. OLE color: 7320720.

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

Color convert

RGB144180111-
CMYK0.200.380.29
HSL91.3º31.51%57.06%-
HSV(B)91.3º38.33%70.59%-
XYZ30.6939.7221.09-
YUV161.3799.57115.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=33.10%
G=41.38%
B=25.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801110.200.380.2991.331.5157.06
Hex90B46F140261D5b2039
Octal22026415724046351334071
Binary10010000101101001101111101000100110111011011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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