#99B760

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

Shades of Olivine #99B760

Tints of Olivine #99B760

Color information

#99B760 (or 0x99B760) is unknown color: approx Olivine. HEX triplet: 99, B7 and 60. RGB value is (153,183,96). Sum of RGB (Red+Green+Blue) = 153+183+96=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #99B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B760 is #66489F. Grayscale: #A4A4A4. Windows color (decimal): -6703264 or 6338457. OLE color: 6338457.

HSL color Cylindrical-coordinate representation of color #99B760: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99B760 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB15318396-
CMYK0.1600.480.28
HSL80.69º37.66%54.71%-
HSV(B)80.69º47.54%71.76%-
XYZ32.1841.4817.38-
YUV164.1189.56120.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=35.42%
G=42.36%
B=22.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal153183960.1600.480.2880.6937.6654.71
Hex99B760100301C512637
Octal23126714020060341214667
Binary10011001101101111100000100000110000111001010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,183,96); }

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

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

 a { background-color: rgb(153,183,96); }

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

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

 span { border-color: rgb(153,183,96); }

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