#709B6C

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

Shades of Amulet #709B6C

Tints of Amulet #709B6C

Color information

#709B6C (or 0x709B6C) is unknown color: approx Amulet. HEX triplet: 70, 9B and 6C. RGB value is (112,155,108). Sum of RGB (Red+Green+Blue) = 112+155+108=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #709B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B6C is #8F6493. Grayscale: #888888. Windows color (decimal): -9397396 or 7117680. OLE color: 7117680.

HSL color Cylindrical-coordinate representation of color #709B6C: hue angle of 114.89º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709B6C is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB112155108-
CMYK0.2800.300.39
HSL114.89º19.03%51.57%-
HSV(B)114.89º30.32%60.78%-
XYZ21.1127.9718.47-
YUV136.78111.75110.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=29.87%
G=41.33%
B=28.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551080.2800.300.39114.8919.0351.57
Hex709B6C1C01E27731334
Octal16023315434036471632364
Binary111000010011011110110011100011110100111111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,108); }

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

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

 a { background-color: rgb(112,155,108); }

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

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

 span { border-color: rgb(112,155,108); }

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