Html Css Color HEX #999A7F Lemon Grass

📋 copy color: '#999A7F'

red 153 ◦ green 154 ◦ blue 127

#999A7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #999A7F

Tints of Lemon Grass #999A7F

RGB

 RED value IS 153 (60.16% from 255) = 35.25%

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 127 (50% from 255) = 29.26%

R = 35.25%
G = 35.48%
B = 29.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#999A7F (or 0x999A7F) is known color: Lemon Grass. HEX triplet: 99, 9A and 7F. RGB value is (153,154,127). Sum of RGB (Red+Green+Blue) = 153+154+127=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 154 - color contains mainly: green. Hex color #999A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999A7F is #666580. Grayscale: #969696. Windows color (decimal): -6710657 or 8362649. OLE color: 8362649.

HSL color Cylindrical-coordinate representation of color #999A7F: hue angle of 62.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999A7F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 154 127 -
CMYK 0.01 0 0.18 0.40
HSL 62.22º 0.12% 0.55% -
HSV(B) 62.22º 0.18% 0.6% -
XYZ 28.52 31.42 24.64 -
YUV 150.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 153 154 127 0.01 0 0.18 0.40 62.22 0.12 0.55
Hex 99 9A 7F 1 0 12 28 3E C 37
Octal 231 232 177 1 0 22 50 76 14 67
Binary 10011001 10011010 1111111 1 0 10010 101000 111110 1100 110111

Color Harmonies of #999A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999A7F

Black with #999A7F

Text Example


Text Example

White with #999A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999A7F;
 }
 .AnyTagClassName
 {
   color: #999A7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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