#90B972

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

Shades of Olivine #90B972

Tints of Olivine #90B972

Color information

#90B972 (or 0x90B972) is unknown color: approx Olivine. HEX triplet: 90, B9 and 72. RGB value is (144,185,114). Sum of RGB (Red+Green+Blue) = 144+185+114=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #90B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B972 is #6F468D. Grayscale: #A4A4A4. Windows color (decimal): -7292558 or 7518608. OLE color: 7518608.

HSL color Cylindrical-coordinate representation of color #90B972: hue angle of 94.65º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B972 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB144185114-
CMYK0.2200.380.27
HSL94.65º33.65%58.63%-
HSV(B)94.65º38.38%72.55%-
XYZ31.8941.8422.32-
YUV164.6599.42113.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=32.51%
G=41.76%
B=25.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441851140.2200.380.2794.6533.6558.63
Hex90B972160261B5f223b
Octal22027116226046331374273
Binary10010000101110011110010101100100110110111011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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