Html Css Color HEX #709D69 Amulet

📋 copy color: '#709D69'

red 112 ◦ green 157 ◦ blue 105

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

Shades of Amulet #709D69

Tints of Amulet #709D69

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 29.95%
G = 41.98%
B = 28.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#709D69 (or 0x709D69) is known color: Amulet. HEX triplet: 70, 9D and 69. RGB value is (112,157,105). Sum of RGB (Red+Green+Blue) = 112+157+105=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #709D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D69 is #8F6296. Grayscale: #898989. Windows color (decimal): -9396887 or 6921584. OLE color: 6921584.

HSL color Cylindrical-coordinate representation of color #709D69: hue angle of 111.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #709D69 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 105 -
CMYK 0.29 0 0.33 0.38
HSL 111.92º 0.21% 0.51% -
HSV(B) 111.92º 0.33% 0.62% -
XYZ 21.29 28.58 17.76 -
YUV 137.62 109.59 109.73 -
System Red Green Blue C M Y K H S L
Decimal 112 157 105 0.29 0 0.33 0.38 111.92 0.21 0.51
Hex 70 9D 69 1D 0 21 26 70 15 33
Octal 160 235 151 35 0 41 46 160 25 63
Binary 1110000 10011101 1101001 11101 0 100001 100110 1110000 10101 110011

Color Harmonies of #709D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D69

Black with #709D69

Text Example


Text Example

White with #709D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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