#90BF72

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

Shades of Olivine #90BF72

Tints of Olivine #90BF72

Color information

#90BF72 (or 0x90BF72) is unknown color: approx Olivine. HEX triplet: 90, BF and 72. RGB value is (144,191,114). Sum of RGB (Red+Green+Blue) = 144+191+114=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF72 is #6F408D. Grayscale: #A8A8A8. Windows color (decimal): -7291022 or 7520144. OLE color: 7520144.

HSL color Cylindrical-coordinate representation of color #90BF72: hue angle of 96.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BF72 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB144191114-
CMYK0.2500.400.25
HSL96.62º37.56%59.8%-
HSV(B)96.62º40.31%74.9%-
XYZ33.1744.4122.74-
YUV168.1797.43110.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=32.07%
G=42.54%
B=25.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911140.2500.400.2596.6237.5659.8
Hex90BF72190281961263c
Octal22027716231050311414674
Binary10010000101111111110010110010101000110011100001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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