#99B271

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

Shades of Olivine #99B271

Tints of Olivine #99B271

Color information

#99B271 (or 0x99B271) is unknown color: approx Olivine. HEX triplet: 99, B2 and 71. RGB value is (153,178,113). Sum of RGB (Red+Green+Blue) = 153+178+113=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #99B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B271 is #664D8E. Grayscale: #A3A3A3. Windows color (decimal): -6704527 or 7451289. OLE color: 7451289.

HSL color Cylindrical-coordinate representation of color #99B271: hue angle of 83.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99B271 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB153178113-
CMYK0.1400.370.30
HSL83.08º29.68%57.06%-
HSV(B)83.08º36.52%69.8%-
XYZ32.0439.8121.62-
YUV163.1299.72120.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=34.46%
G=40.09%
B=25.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531781130.1400.370.3083.0829.6857.06
Hex99B271E0251E531e39
Octal23126216116045361233671
Binary100110011011001011100011110010010111110101001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,178,113); }

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

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

 a { background-color: rgb(153,178,113); }

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

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

 span { border-color: rgb(153,178,113); }

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