#99B561

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

Shades of Olivine #99B561

Tints of Olivine #99B561

Color information

#99B561 (or 0x99B561) is unknown color: approx Olivine. HEX triplet: 99, B5 and 61. RGB value is (153,181,97). Sum of RGB (Red+Green+Blue) = 153+181+97=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #99B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B561 is #664A9E. Grayscale: #A3A3A3. Windows color (decimal): -6703775 or 6403481. OLE color: 6403481.

HSL color Cylindrical-coordinate representation of color #99B561: hue angle of 80º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99B561 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB15318197-
CMYK0.1500.460.29
HSL80º36.21%54.51%-
HSV(B)80º46.41%70.98%-
XYZ31.8240.6817.48-
YUV163.0590.72120.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=35.50%
G=42.00%
B=22.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153181970.1500.460.298036.2154.51
Hex99B561F02E1D502437
Octal23126514117056351204467
Binary1001100110110101110000111110101110111011010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B561; }

 p { color: rgb(153,181,97); }

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

<style>
 a { background-color: #99B561; }

 a { background-color: rgb(153,181,97); }

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

<style>
 span { border-color: #99B561; }

 span { border-color: rgb(153,181,97); }

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