Html Css Color HEX #7F9955 Asparagus

📋 copy color: '#7F9955'

red 127 ◦ green 153 ◦ blue 85

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

Shades of Asparagus #7F9955

Tints of Asparagus #7F9955

RGB

 RED value IS 127 (50% from 255) = 34.79%

 GREEN value IS 153 (60.16% from 255) = 41.92%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 34.79%
G = 41.92%
B = 23.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#7F9955 (or 0x7F9955) is known color: Asparagus. HEX triplet: 7F, 99 and 55. RGB value is (127,153,85). Sum of RGB (Red+Green+Blue) = 127+153+85=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9955 is #8066AA. Grayscale: #898989. Windows color (decimal): -8414891 or 5609855. OLE color: 5609855.

HSL color Cylindrical-coordinate representation of color #7F9955: hue angle of 82.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F9955 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 85 -
CMYK 0.17 0 0.44 0.4
HSL 82.94º 0.29% 0.47% -
HSV(B) 82.94º 0.44% 0.6% -
XYZ 21.78 27.95 12.84 -
YUV 137.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 127 153 85 0.17 0 0.44 0.4 82.94 0.29 0.47
Hex 7F 99 55 11 0 2C 28 53 1D 2F
Octal 177 231 125 21 0 54 50 123 35 57
Binary 1111111 10011001 1010101 10001 0 101100 101000 1010011 11101 101111

Color Harmonies of #7F9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9955

Black with #7F9955

Text Example


Text Example

White with #7F9955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F9955; }

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

 H1.HeaderClassName
 {
   color: #7F9955;
 }
 .AnyTagClassName
 {
   color: #7F9955;
 }
</style>

background-color css

<style>
 a { background-color: #7F9955; }

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

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

border-color css

<style>
 span { border-color: #7F9955; }

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

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