#90B97F

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

Shades of Olivine #90B97F

Tints of Olivine #90B97F

Color information

#90B97F (or 0x90B97F) is unknown color: approx Olivine. HEX triplet: 90, B9 and 7F. RGB value is (144,185,127). Sum of RGB (Red+Green+Blue) = 144+185+127=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #90B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B97F is #6F4680. Grayscale: #A6A6A6. Windows color (decimal): -7292545 or 8370576. OLE color: 8370576.

HSL color Cylindrical-coordinate representation of color #90B97F: hue angle of 102.41º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90B97F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB144185127-
CMYK0.2200.310.27
HSL102.41º29.29%61.18%-
HSV(B)102.41º31.35%72.55%-
XYZ32.6842.1626.49-
YUV166.13105.92112.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 127 (50% from 255) = 27.85%
R=31.58%
G=40.57%
B=27.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441851270.2200.310.27102.4129.2961.18
Hex90B97F1601F1B661d3d
Octal22027117726037331463575
Binary100100001011100111111111011001111111011110011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,185,127); }

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

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

 a { background-color: rgb(144,185,127); }

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

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

 span { border-color: rgb(144,185,127); }

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