#7F9B6E

Color #7F9B6E Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7F9B6E

Tints of Amulet #7F9B6E

Color information

#7F9B6E (or 0x7F9B6E) is unknown color: approx Amulet. HEX triplet: 7F, 9B and 6E. RGB value is (127,155,110). Sum of RGB (Red+Green+Blue) = 127+155+110=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9B6E is #806491. Grayscale: #8D8D8D. Windows color (decimal): -8414354 or 7248767. OLE color: 7248767.

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

Color convert

RGB127155110-
CMYK0.1800.290.39
HSL97.33º18.37%51.96%-
HSV(B)97.33º29.03%60.78%-
XYZ23.2929.0819.14-
YUV141.5110.22117.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=32.40%
G=39.54%
B=28.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271551100.1800.290.3997.3318.3751.96
Hex7F9B6E1201D27611234
Octal17723315622035471412264
Binary111111110011011110111010010011101100111110000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F9B6E;
 }
 .AnyTagClassName
 {
   color: #7F9B6E;
 }
</style>
background-color css

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

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

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

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

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

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