#90BF76

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

Shades of Olivine #90BF76

Tints of Olivine #90BF76

Color information

#90BF76 (or 0x90BF76) is unknown color: approx Olivine. HEX triplet: 90, BF and 76. RGB value is (144,191,118). Sum of RGB (Red+Green+Blue) = 144+191+118=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF76 is #6F4089. Grayscale: #A8A8A8. Windows color (decimal): -7291018 or 7782288. OLE color: 7782288.

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

Color convert

RGB144191118-
CMYK0.2500.380.25
HSL98.63º36.32%60.59%-
HSV(B)98.63º38.22%74.9%-
XYZ33.444.523.97-
YUV168.6299.43110.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=31.79%
G=42.16%
B=26.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911180.2500.380.2598.6336.3260.59
Hex90BF76190261963243d
Octal22027716631046311434475
Binary10010000101111111110110110010100110110011100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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