#999C7F

Color #999C7F Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #999C7F

Tints of Lemon Grass #999C7F

Color information

#999C7F (or 0x999C7F) is unknown color: approx Lemon Grass. HEX triplet: 99, 9C and 7F. RGB value is (153,156,127). Sum of RGB (Red+Green+Blue) = 153+156+127=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #999C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C7F is #666380. Grayscale: #979797. Windows color (decimal): -6710145 or 8363161. OLE color: 8363161.

HSL color Cylindrical-coordinate representation of color #999C7F: hue angle of 66.21º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999C7F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB153156127-
CMYK0.0200.190.39
HSL66.21º12.78%55.49%-
HSV(B)66.21º18.59%61.18%-
XYZ28.8632.0824.75-
YUV151.8114.01128.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 127 (50% from 255) = 29.13%
R=35.09%
G=35.78%
B=29.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561270.0200.190.3966.2112.7855.49
Hex999C7F20132742d37
Octal2312341772023471021567
Binary100110011001110011111111001001110011110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C7F; }

 p { color: rgb(153,156,127); }

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

<style>
 a { background-color: #999C7F; }

 a { background-color: rgb(153,156,127); }

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

<style>
 span { border-color: #999C7F; }

 span { border-color: rgb(153,156,127); }

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