#90B47B

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

Shades of Olivine #90B47B

Tints of Olivine #90B47B

Color information

#90B47B (or 0x90B47B) is unknown color: approx Olivine. HEX triplet: 90, B4 and 7B. RGB value is (144,180,123). Sum of RGB (Red+Green+Blue) = 144+180+123=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #90B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B47B is #6F4B84. Grayscale: #A2A2A2. Windows color (decimal): -7293829 or 8107152. OLE color: 8107152.

HSL color Cylindrical-coordinate representation of color #90B47B: hue angle of 97.89º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90B47B is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB144180123-
CMYK0.200.320.29
HSL97.89º27.54%59.41%-
HSV(B)97.89º31.67%70.59%-
XYZ31.44024.81-
YUV162.74105.57114.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=32.21%
G=40.27%
B=27.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801230.200.320.2997.8927.5459.41
Hex90B47B140201D621c3b
Octal22026417324040351423473
Binary1001000010110100111101110100010000011101110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,180,123); }

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

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

 a { background-color: rgb(144,180,123); }

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

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

 span { border-color: rgb(144,180,123); }

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