#99C57A

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

Shades of Olivine #99C57A

Tints of Olivine #99C57A

Color information

#99C57A (or 0x99C57A) is unknown color: approx Olivine. HEX triplet: 99, C5 and 7A. RGB value is (153,197,122). Sum of RGB (Red+Green+Blue) = 153+197+122=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #99C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C57A is #663A85. Grayscale: #AFAFAF. Windows color (decimal): -6699654 or 8045977. OLE color: 8045977.

HSL color Cylindrical-coordinate representation of color #99C57A: hue angle of 95.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99C57A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB153197122-
CMYK0.2200.380.23
HSL95.2º39.27%62.55%-
HSV(B)95.2º38.07%77.25%-
XYZ36.6248.1125.77-
YUV175.2997.92112.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=32.42%
G=41.74%
B=25.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531971220.2200.380.2395.239.2762.55
Hex99C57A16026175f273f
Octal23130517226046271374777
Binary10011001110001011111010101100100110101111011111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,197,122); }

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

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

 a { background-color: rgb(153,197,122); }

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

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

 span { border-color: rgb(153,197,122); }

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