Html Css Color HEX #7F917C Spanish Green

📋 copy color: '#7F917C'

red 127 ◦ green 145 ◦ blue 124

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

Shades of Spanish Green #7F917C

Tints of Spanish Green #7F917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 32.07%
G = 36.62%
B = 31.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7F917C (or 0x7F917C) is known color: Spanish Green. HEX triplet: 7F, 91 and 7C. RGB value is (127,145,124). Sum of RGB (Red+Green+Blue) = 127+145+124=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #7F917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F917C is #806E83. Grayscale: #898989. Windows color (decimal): -8416900 or 8163711. OLE color: 8163711.

HSL color Cylindrical-coordinate representation of color #7F917C: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F917C is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 145 124 -
CMYK 0.12 0 0.14 0.43
HSL 111.43º 0.09% 0.53% -
HSV(B) 111.43º 0.14% 0.57% -
XYZ 22.52 26.22 22.94 -
YUV 137.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 127 145 124 0.12 0 0.14 0.43 111.43 0.09 0.53
Hex 7F 91 7C C 0 E 2B 6F 9 35
Octal 177 221 174 14 0 16 53 157 11 65
Binary 1111111 10010001 1111100 1100 0 1110 101011 1101111 1001 110101

Color Harmonies of #7F917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F917C

Black with #7F917C

Text Example


Text Example

White with #7F917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,145,124); }

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

background-color css

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

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

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

border-color css

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

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

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