Html Css Color HEX #709C69 Amulet

📋 copy color: '#709C69'

red 112 ◦ green 156 ◦ blue 105

#709C69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #709C69

Tints of Amulet #709C69

RGB

 RED value IS 112 (44.14% from 255) = 30.03%

 GREEN value IS 156 (61.33% from 255) = 41.82%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 30.03%
G = 41.82%
B = 28.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#709C69 (or 0x709C69) is known color: Amulet. HEX triplet: 70, 9C and 69. RGB value is (112,156,105). Sum of RGB (Red+Green+Blue) = 112+156+105=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #709C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C69 is #8F6396. Grayscale: #898989. Windows color (decimal): -9397143 or 6921328. OLE color: 6921328.

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

Color convert

RGB 112 156 105 -
CMYK 0.28 0 0.33 0.39
HSL 111.76º 0.2% 0.51% -
HSV(B) 111.76º 0.33% 0.61% -
XYZ 21.12 28.24 17.7 -
YUV 137.03 109.92 110.15 -
System Red Green Blue C M Y K H S L
Decimal 112 156 105 0.28 0 0.33 0.39 111.76 0.2 0.51
Hex 70 9C 69 1C 0 21 27 70 14 33
Octal 160 234 151 34 0 41 47 160 24 63
Binary 1110000 10011100 1101001 11100 0 100001 100111 1110000 10100 110011

Color Harmonies of #709C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709C69

Black with #709C69

Text Example


Text Example

White with #709C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709C69;
 }
 .AnyTagClassName
 {
   color: #709C69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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