Html Css Color HEX #709A67 Amulet

📋 copy color: '#709A67'

red 112 ◦ green 154 ◦ blue 103

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

Shades of Amulet #709A67

Tints of Amulet #709A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

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

R = 30.35%
G = 41.73%
B = 27.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#709A67 (or 0x709A67) is known color: Amulet. HEX triplet: 70, 9A and 67. RGB value is (112,154,103). Sum of RGB (Red+Green+Blue) = 112+154+103=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #709A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709A67 is #8F6598. Grayscale: #878787. Windows color (decimal): -9397657 or 6789744. OLE color: 6789744.

HSL color Cylindrical-coordinate representation of color #709A67: hue angle of 109.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #709A67 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 103 -
CMYK 0.27 0 0.33 0.40
HSL 109.41º 0.2% 0.5% -
HSV(B) 109.41º 0.33% 0.6% -
XYZ 20.69 27.54 17.06 -
YUV 135.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 112 154 103 0.27 0 0.33 0.40 109.41 0.2 0.5
Hex 70 9A 67 1B 0 21 28 6D 14 32
Octal 160 232 147 33 0 41 50 155 24 62
Binary 1110000 10011010 1100111 11011 0 100001 101000 1101101 10100 110010

Color Harmonies of #709A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A67

Black with #709A67

Text Example


Text Example

White with #709A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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