Html Css Color HEX #709B69 Amulet

📋 copy color: '#709B69'

red 112 ◦ green 155 ◦ blue 105

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

Shades of Amulet #709B69

Tints of Amulet #709B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 30.11%
G = 41.67%
B = 28.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#709B69 (or 0x709B69) is known color: Amulet. HEX triplet: 70, 9B and 69. RGB value is (112,155,105). Sum of RGB (Red+Green+Blue) = 112+155+105=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #709B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B69 is #8F6496. Grayscale: #888888. Windows color (decimal): -9397399 or 6921072. OLE color: 6921072.

HSL color Cylindrical-coordinate representation of color #709B69: hue angle of 111.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709B69 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 105 -
CMYK 0.28 0 0.32 0.39
HSL 111.6º 0.2% 0.51% -
HSV(B) 111.6º 0.32% 0.61% -
XYZ 20.95 27.91 17.65 -
YUV 136.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 112 155 105 0.28 0 0.32 0.39 111.6 0.2 0.51
Hex 70 9B 69 1C 0 20 27 70 14 33
Octal 160 233 151 34 0 40 47 160 24 63
Binary 1110000 10011011 1101001 11100 0 100000 100111 1110000 10100 110011

Color Harmonies of #709B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B69

Black with #709B69

Text Example


Text Example

White with #709B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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