Html Css Color HEX #7F9B7D Amulet

📋 copy color: '#7F9B7D'

red 127 ◦ green 155 ◦ blue 125

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

Shades of Amulet #7F9B7D

Tints of Amulet #7F9B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 31.2%
G = 38.08%
B = 30.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#7F9B7D (or 0x7F9B7D) is known color: Amulet. HEX triplet: 7F, 9B and 7D. RGB value is (127,155,125). Sum of RGB (Red+Green+Blue) = 127+155+125=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9B7D is #806482. Grayscale: #8F8F8F. Windows color (decimal): -8414339 or 8231807. OLE color: 8231807.

HSL color Cylindrical-coordinate representation of color #7F9B7D: hue angle of 116º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9B7D is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 155 125 -
CMYK 0.18 0 0.19 0.39
HSL 116º 0.13% 0.55% -
HSV(B) 116º 0.19% 0.61% -
XYZ 24.18 29.44 23.81 -
YUV 143.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 127 155 125 0.18 0 0.19 0.39 116 0.13 0.55
Hex 7F 9B 7D 12 0 13 27 74 D 37
Octal 177 233 175 22 0 23 47 164 15 67
Binary 1111111 10011011 1111101 10010 0 10011 100111 1110100 1101 110111

Color Harmonies of #7F9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9B7D

Black with #7F9B7D

Text Example


Text Example

White with #7F9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,155,125); }

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

background-color css

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

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

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

border-color css

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

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

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