#90BA6F

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

Shades of Olivine #90BA6F

Tints of Olivine #90BA6F

Color information

#90BA6F (or 0x90BA6F) is unknown color: approx Olivine. HEX triplet: 90, BA and 6F. RGB value is (144,186,111). Sum of RGB (Red+Green+Blue) = 144+186+111=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA6F is #6F4590. Grayscale: #A5A5A5. Windows color (decimal): -7292305 or 7322256. OLE color: 7322256.

HSL color Cylindrical-coordinate representation of color #90BA6F: hue angle of 93.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BA6F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB144186111-
CMYK0.2300.400.27
HSL93.6º35.21%58.24%-
HSV(B)93.6º40.32%72.94%-
XYZ31.9342.1921.5-
YUV164.8997.59113.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=32.65%
G=42.18%
B=25.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441861110.2300.400.2793.635.2158.24
Hex90BA6F170281B5e233a
Octal22027215727050331364372
Binary10010000101110101101111101110101000110111011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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