Html Css Color HEX #709D67 Amulet

📋 copy color: '#709D67'

red 112 ◦ green 157 ◦ blue 103

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

Shades of Amulet #709D67

Tints of Amulet #709D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 30.11%
G = 42.2%
B = 27.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#709D67 (or 0x709D67) is known color: Amulet. HEX triplet: 70, 9D and 67. RGB value is (112,157,103). Sum of RGB (Red+Green+Blue) = 112+157+103=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #709D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D67 is #8F6298. Grayscale: #898989. Windows color (decimal): -9396889 or 6790512. OLE color: 6790512.

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

Color convert

RGB 112 157 103 -
CMYK 0.29 0 0.34 0.38
HSL 110º 0.22% 0.51% -
HSV(B) 110º 0.34% 0.62% -
XYZ 21.19 28.54 17.22 -
YUV 137.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 112 157 103 0.29 0 0.34 0.38 110 0.22 0.51
Hex 70 9D 67 1D 0 22 26 6E 16 33
Octal 160 235 147 35 0 42 46 156 26 63
Binary 1110000 10011101 1100111 11101 0 100010 100110 1101110 10110 110011

Color Harmonies of #709D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D67

Black with #709D67

Text Example


Text Example

White with #709D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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