#90BA76

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

Shades of Olivine #90BA76

Tints of Olivine #90BA76

Color information

#90BA76 (or 0x90BA76) is unknown color: approx Olivine. HEX triplet: 90, BA and 76. RGB value is (144,186,118). Sum of RGB (Red+Green+Blue) = 144+186+118=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BA76 is #6F4589. Grayscale: #A5A5A5. Windows color (decimal): -7292298 or 7781008. OLE color: 7781008.

HSL color Cylindrical-coordinate representation of color #90BA76: hue angle of 97.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90BA76 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB144186118-
CMYK0.2300.370.27
HSL97.06º33.01%59.61%-
HSV(B)97.06º36.56%72.94%-
XYZ32.3342.3623.61-
YUV165.69101.09112.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=32.14%
G=41.52%
B=26.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441861180.2300.370.2797.0633.0159.61
Hex90BA76170251B61213c
Octal22027216627045331414174
Binary10010000101110101110110101110100101110111100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,186,118); }

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

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

 a { background-color: rgb(144,186,118); }

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

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

 span { border-color: rgb(144,186,118); }

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