#709967

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

Shades of Amulet #709967

Tints of Amulet #709967

Color information

#709967 (or 0x709967) is unknown color: approx Amulet. HEX triplet: 70, 99 and 67. RGB value is (112,153,103). Sum of RGB (Red+Green+Blue) = 112+153+103=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #709967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709967 is #8F6698. Grayscale: #878787. Windows color (decimal): -9397913 or 6789488. OLE color: 6789488.

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

Color convert

RGB112153103-
CMYK0.2700.330.4
HSL109.2º19.69%50.2%-
HSV(B)109.2º32.68%60%-
XYZ20.5227.2117-
YUV135.04109.92111.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=30.43%
G=41.58%
B=27.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531030.2700.330.4109.219.6950.2
Hex7099671B021286d1432
Octal16023114733041501552462
Binary1110000100110011100111110110100001101000110110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709967; }

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

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

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

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

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

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

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

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