Html Css Color HEX #709F6B Amulet

📋 copy color: '#709F6B'

red 112 ◦ green 159 ◦ blue 107

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

Shades of Amulet #709F6B

Tints of Amulet #709F6B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.06%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 29.63%
G = 42.06%
B = 28.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#709F6B (or 0x709F6B) is known color: Amulet. HEX triplet: 70, 9F and 6B. RGB value is (112,159,107). Sum of RGB (Red+Green+Blue) = 112+159+107=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #709F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F6B is #8F6094. Grayscale: #8B8B8B. Windows color (decimal): -9396373 or 7053168. OLE color: 7053168.

HSL color Cylindrical-coordinate representation of color #709F6B: hue angle of 114.23º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #709F6B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 159 107 -
CMYK 0.30 0 0.33 0.38
HSL 114.23º 0.21% 0.52% -
HSV(B) 114.23º 0.33% 0.62% -
XYZ 21.73 29.3 18.42 -
YUV 139.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 112 159 107 0.30 0 0.33 0.38 114.23 0.21 0.52
Hex 70 9F 6B 1E 0 21 26 72 15 34
Octal 160 237 153 36 0 41 46 162 25 64
Binary 1110000 10011111 1101011 11110 0 100001 100110 1110010 10101 110100

Color Harmonies of #709F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709F6B

Black with #709F6B

Text Example


Text Example

White with #709F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,159,107); }

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

background-color css

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

 a { background-color: rgb(112,159,107); }

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

border-color css

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

 span { border-color: rgb(112,159,107); }

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