Html Css Color HEX #7F957F Stack

📋 copy color: '#7F957F'

red 127 ◦ green 149 ◦ blue 127

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

Shades of Stack #7F957F

Tints of Stack #7F957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 31.51%
G = 36.97%
B = 31.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#7F957F (or 0x7F957F) is known color: Stack. HEX triplet: 7F, 95 and 7F. RGB value is (127,149,127). Sum of RGB (Red+Green+Blue) = 127+149+127=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #7F957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F957F is #806A80. Grayscale: #8B8B8B. Windows color (decimal): -8415873 or 8361343. OLE color: 8361343.

HSL color Cylindrical-coordinate representation of color #7F957F: hue angle of 120º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F957F is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 149 127 -
CMYK 0.15 0 0.15 0.42
HSL 120º 0.09% 0.54% -
HSV(B) 120º 0.15% 0.58% -
XYZ 23.33 27.54 24.16 -
YUV 139.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 127 149 127 0.15 0 0.15 0.42 120 0.09 0.54
Hex 7F 95 7F F 0 F 2A 78 9 36
Octal 177 225 177 17 0 17 52 170 11 66
Binary 1111111 10010101 1111111 1111 0 1111 101010 1111000 1001 110110

Color Harmonies of #7F957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F957F

Black with #7F957F

Text Example


Text Example

White with #7F957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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