#7FAF69

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

Shades of Amulet #7FAF69

Tints of Amulet #7FAF69

Color information

#7FAF69 (or 0x7FAF69) is unknown color: approx Amulet. HEX triplet: 7F, AF and 69. RGB value is (127,175,105). Sum of RGB (Red+Green+Blue) = 127+175+105=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF69 is #805096. Grayscale: #989898. Windows color (decimal): -8409239 or 6926207. OLE color: 6926207.

HSL color Cylindrical-coordinate representation of color #7FAF69: hue angle of 101.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FAF69 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB127175105-
CMYK0.2700.400.31
HSL101.14º30.43%54.9%-
HSV(B)101.14º40%68.63%-
XYZ26.6336.1918.95-
YUV152.67101.1109.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=31.20%
G=43.00%
B=25.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751050.2700.400.31101.1430.4354.9
Hex7FAF691B0281F651e37
Octal17725715133050371453667
Binary111111110101111110100111011010100011111110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,175,105); }

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

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

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

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

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

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

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