#709C67

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

Shades of Amulet #709C67

Tints of Amulet #709C67

Color information

#709C67 (or 0x709C67) is unknown color: approx Amulet. HEX triplet: 70, 9C and 67. RGB value is (112,156,103). Sum of RGB (Red+Green+Blue) = 112+156+103=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #709C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C67 is #8F6398. Grayscale: #888888. Windows color (decimal): -9397145 or 6790256. OLE color: 6790256.

HSL color Cylindrical-coordinate representation of color #709C67: hue angle of 109.81º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709C67 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB112156103-
CMYK0.2800.340.39
HSL109.81º21.12%50.78%-
HSV(B)109.81º33.97%61.18%-
XYZ21.0228.217.17-
YUV136.8108.92110.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=30.19%
G=42.05%
B=27.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121561030.2800.340.39109.8121.1250.78
Hex709C671C022276e1533
Octal16023414734042471562563
Binary1110000100111001100111111000100010100111110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709C67; }

 p { color: rgb(112,156,103); }

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

<style>
 a { background-color: #709C67; }

 a { background-color: rgb(112,156,103); }

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

<style>
 span { border-color: #709C67; }

 span { border-color: rgb(112,156,103); }

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