#709961

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

Shades of Amulet #709961

Tints of Amulet #709961

Color information

#709961 (or 0x709961) is unknown color: approx Amulet. HEX triplet: 70, 99 and 61. RGB value is (112,153,97). Sum of RGB (Red+Green+Blue) = 112+153+97=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #709961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709961 is #8F669E. Grayscale: #868686. Windows color (decimal): -9397919 or 6396272. OLE color: 6396272.

HSL color Cylindrical-coordinate representation of color #709961: hue angle of 103.93º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709961 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB11215397-
CMYK0.2700.370.4
HSL103.93º22.4%49.02%-
HSV(B)103.93º36.6%60%-
XYZ20.2327.0915.47-
YUV134.36106.92112.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=30.94%
G=42.27%
B=26.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153970.2700.370.4103.9322.449.02
Hex7099611B02528681631
Octal16023114133045501502661
Binary1110000100110011100001110110100101101000110100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709961; }

 p { color: rgb(112,153,97); }

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

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

 a { background-color: rgb(112,153,97); }

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

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

 span { border-color: rgb(112,153,97); }

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