#90B77D

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

Shades of Olivine #90B77D

Tints of Olivine #90B77D

Color information

#90B77D (or 0x90B77D) is unknown color: approx Olivine. HEX triplet: 90, B7 and 7D. RGB value is (144,183,125). Sum of RGB (Red+Green+Blue) = 144+183+125=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #90B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B77D is #6F4882. Grayscale: #A4A4A4. Windows color (decimal): -7293059 or 8238992. OLE color: 8238992.

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

Color convert

RGB144183125-
CMYK0.2100.320.28
HSL100.34º28.71%60.39%-
HSV(B)100.34º31.69%71.76%-
XYZ32.1441.2825.68-
YUV164.73105.58113.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=31.86%
G=40.49%
B=27.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1441831250.2100.320.28100.3428.7160.39
Hex90B77D150201C641d3c
Octal22026717525040341443574
Binary1001000010110111111110110101010000011100110010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,183,125); }

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

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

 a { background-color: rgb(144,183,125); }

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

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

 span { border-color: rgb(144,183,125); }

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