Html Css Color HEX #709D6C Amulet

📋 copy color: '#709D6C'

red 112 ◦ green 157 ◦ blue 108

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

Shades of Amulet #709D6C

Tints of Amulet #709D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 29.71%
G = 41.64%
B = 28.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#709D6C (or 0x709D6C) is known color: Amulet. HEX triplet: 70, 9D and 6C. RGB value is (112,157,108). Sum of RGB (Red+Green+Blue) = 112+157+108=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #709D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D6C is #8F6293. Grayscale: #8A8A8A. Windows color (decimal): -9396884 or 7118192. OLE color: 7118192.

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

Color convert

RGB 112 157 108 -
CMYK 0.29 0 0.31 0.38
HSL 115.1º 0.2% 0.52% -
HSV(B) 115.1º 0.31% 0.62% -
XYZ 21.45 28.64 18.59 -
YUV 137.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 112 157 108 0.29 0 0.31 0.38 115.1 0.2 0.52
Hex 70 9D 6C 1D 0 1F 26 73 14 34
Octal 160 235 154 35 0 37 46 163 24 64
Binary 1110000 10011101 1101100 11101 0 11111 100110 1110011 10100 110100

Color Harmonies of #709D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D6C

Black with #709D6C

Text Example


Text Example

White with #709D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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