Html Css Color HEX #709D65 Amulet

📋 copy color: '#709D65'

red 112 ◦ green 157 ◦ blue 101

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

Shades of Amulet #709D65

Tints of Amulet #709D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.3%

R = 30.27%
G = 42.43%
B = 27.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#709D65 (or 0x709D65) is known color: Amulet. HEX triplet: 70, 9D and 65. RGB value is (112,157,101). Sum of RGB (Red+Green+Blue) = 112+157+101=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #709D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D65 is #8F629A. Grayscale: #898989. Windows color (decimal): -9396891 or 6659440. OLE color: 6659440.

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

Color convert

RGB 112 157 101 -
CMYK 0.29 0 0.36 0.38
HSL 108.21º 0.22% 0.51% -
HSV(B) 108.21º 0.36% 0.62% -
XYZ 21.09 28.5 16.7 -
YUV 137.16 107.59 110.05 -
System Red Green Blue C M Y K H S L
Decimal 112 157 101 0.29 0 0.36 0.38 108.21 0.22 0.51
Hex 70 9D 65 1D 0 24 26 6C 16 33
Octal 160 235 145 35 0 44 46 154 26 63
Binary 1110000 10011101 1100101 11101 0 100100 100110 1101100 10110 110011

Color Harmonies of #709D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D65

Black with #709D65

Text Example


Text Example

White with #709D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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