#90B96F

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

Shades of Olivine #90B96F

Tints of Olivine #90B96F

Color information

#90B96F (or 0x90B96F) is unknown color: approx Olivine. HEX triplet: 90, B9 and 6F. RGB value is (144,185,111). Sum of RGB (Red+Green+Blue) = 144+185+111=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #90B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B96F is #6F4690. Grayscale: #A4A4A4. Windows color (decimal): -7292561 or 7322000. OLE color: 7322000.

HSL color Cylindrical-coordinate representation of color #90B96F: hue angle of 93.24º 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 #90B96F is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB144185111-
CMYK0.2200.40.27
HSL93.24º34.58%58.04%-
HSV(B)93.24º40%72.55%-
XYZ31.7241.7721.43-
YUV164.397.92113.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=32.73%
G=42.05%
B=25.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441851110.2200.40.2793.2434.5858.04
Hex90B96F160281B5d233a
Octal22027115726050331354372
Binary10010000101110011101111101100101000110111011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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