Html Css Color HEX #7F987F Stack

📋 copy color: '#7F987F'

red 127 ◦ green 152 ◦ blue 127

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

Shades of Stack #7F987F

Tints of Stack #7F987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 31.28%
G = 37.44%
B = 31.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#7F987F (or 0x7F987F) is known color: Stack. HEX triplet: 7F, 98 and 7F. RGB value is (127,152,127). Sum of RGB (Red+Green+Blue) = 127+152+127=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #7F987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F987F is #806780. Grayscale: #8D8D8D. Windows color (decimal): -8415105 or 8362111. OLE color: 8362111.

HSL color Cylindrical-coordinate representation of color #7F987F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F987F is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 152 127 -
CMYK 0.16 0 0.16 0.40
HSL 120º 0.11% 0.55% -
HSV(B) 120º 0.16% 0.6% -
XYZ 23.81 28.5 24.32 -
YUV 141.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 127 152 127 0.16 0 0.16 0.40 120 0.11 0.55
Hex 7F 98 7F 10 0 10 28 78 B 37
Octal 177 230 177 20 0 20 50 170 13 67
Binary 1111111 10011000 1111111 10000 0 10000 101000 1111000 1011 110111

Color Harmonies of #7F987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F987F

Black with #7F987F

Text Example


Text Example

White with #7F987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,127); }

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

background-color css

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

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

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

border-color css

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

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

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