#90B872

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

Shades of Olivine #90B872

Tints of Olivine #90B872

Color information

#90B872 (or 0x90B872) is unknown color: approx Olivine. HEX triplet: 90, B8 and 72. RGB value is (144,184,114). Sum of RGB (Red+Green+Blue) = 144+184+114=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #90B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B872 is #6F478D. Grayscale: #A4A4A4. Windows color (decimal): -7292814 or 7518352. OLE color: 7518352.

HSL color Cylindrical-coordinate representation of color #90B872: hue angle of 94.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B872 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB144184114-
CMYK0.2200.380.28
HSL94.29º33.02%58.43%-
HSV(B)94.29º38.04%72.16%-
XYZ31.6841.4322.25-
YUV164.0699.75113.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.58%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=32.58%
G=41.63%
B=25.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1441841140.2200.380.2894.2933.0258.43
Hex90B872160261C5e213a
Octal22027016226046341364172
Binary10010000101110001110010101100100110111001011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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