#99B961

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

Shades of Olivine #99B961

Tints of Olivine #99B961

Color information

#99B961 (or 0x99B961) is unknown color: approx Olivine. HEX triplet: 99, B9 and 61. RGB value is (153,185,97). Sum of RGB (Red+Green+Blue) = 153+185+97=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #99B961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B961 is #66469E. Grayscale: #A5A5A5. Windows color (decimal): -6702751 or 6404505. OLE color: 6404505.

HSL color Cylindrical-coordinate representation of color #99B961: hue angle of 81.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99B961 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB15318597-
CMYK0.1700.480.27
HSL81.82º38.6%55.29%-
HSV(B)81.82º47.57%72.55%-
XYZ32.6442.3317.76-
YUV165.489.4119.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=35.17%
G=42.53%
B=22.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153185970.1700.480.2781.8238.655.29
Hex99B961110301B522737
Octal23127114121060331224767
Binary10011001101110011100001100010110000110111010010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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