Html Css Color HEX #709B6C Amulet

📋 copy color: '#709B6C'

red 112 ◦ green 155 ◦ blue 108

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

Shades of Amulet #709B6C

Tints of Amulet #709B6C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 29.87%
G = 41.33%
B = 28.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#709B6C (or 0x709B6C) is known color: Amulet. HEX triplet: 70, 9B and 6C. RGB value is (112,155,108). Sum of RGB (Red+Green+Blue) = 112+155+108=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #709B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B6C is #8F6493. Grayscale: #888888. Windows color (decimal): -9397396 or 7117680. OLE color: 7117680.

HSL color Cylindrical-coordinate representation of color #709B6C: hue angle of 114.89º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709B6C is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 108 -
CMYK 0.28 0 0.30 0.39
HSL 114.89º 0.19% 0.52% -
HSV(B) 114.89º 0.3% 0.61% -
XYZ 21.11 27.97 18.47 -
YUV 136.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 112 155 108 0.28 0 0.30 0.39 114.89 0.19 0.52
Hex 70 9B 6C 1C 0 1E 27 73 13 34
Octal 160 233 154 34 0 36 47 163 23 64
Binary 1110000 10011011 1101100 11100 0 11110 100111 1110011 10011 110100

Color Harmonies of #709B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B6C

Black with #709B6C

Text Example


Text Example

White with #709B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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