#90BE71

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

Shades of Olivine #90BE71

Tints of Olivine #90BE71

Color information

#90BE71 (or 0x90BE71) is unknown color: approx Olivine. HEX triplet: 90, BE and 71. RGB value is (144,190,113). Sum of RGB (Red+Green+Blue) = 144+190+113=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE71 is #6F418E. Grayscale: #A7A7A7. Windows color (decimal): -7291279 or 7454352. OLE color: 7454352.

HSL color Cylindrical-coordinate representation of color #90BE71: hue angle of 95.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BE71 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB144190113-
CMYK0.2400.410.25
HSL95.84º37.2%59.41%-
HSV(B)95.84º40.53%74.51%-
XYZ32.943.9522.37-
YUV167.4797.26111.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=32.21%
G=42.51%
B=25.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901130.2400.410.2595.8437.259.41
Hex90BE71180291960253b
Octal22027616130051311404573
Binary10010000101111101110001110000101001110011100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,113); }

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

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

 a { background-color: rgb(144,190,113); }

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

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

 span { border-color: rgb(144,190,113); }

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