Html Css Color HEX #709A65 Amulet

📋 copy color: '#709A65'

red 112 ◦ green 154 ◦ blue 101

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

Shades of Amulet #709A65

Tints of Amulet #709A65

RGB

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

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

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

R = 30.52%
G = 41.96%
B = 27.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#709A65 (or 0x709A65) is known color: Amulet. HEX triplet: 70, 9A and 65. RGB value is (112,154,101). Sum of RGB (Red+Green+Blue) = 112+154+101=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #709A65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709A65 is #8F659A. Grayscale: #878787. Windows color (decimal): -9397659 or 6658672. OLE color: 6658672.

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

Color convert

RGB 112 154 101 -
CMYK 0.27 0 0.34 0.40
HSL 107.55º 0.21% 0.5% -
HSV(B) 107.55º 0.34% 0.6% -
XYZ 20.59 27.5 16.53 -
YUV 135.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 112 154 101 0.27 0 0.34 0.40 107.55 0.21 0.5
Hex 70 9A 65 1B 0 22 28 6C 15 32
Octal 160 232 145 33 0 42 50 154 25 62
Binary 1110000 10011010 1100101 11011 0 100010 101000 1101100 10101 110010

Color Harmonies of #709A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A65

Black with #709A65

Text Example


Text Example

White with #709A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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