Html Css Color HEX #709865 Amulet

📋 copy color: '#709865'

red 112 ◦ green 152 ◦ blue 101

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

Shades of Amulet #709865

Tints of Amulet #709865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 30.68%
G = 41.64%
B = 27.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#709865 (or 0x709865) is known color: Amulet. HEX triplet: 70, 98 and 65. RGB value is (112,152,101). Sum of RGB (Red+Green+Blue) = 112+152+101=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #709865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709865 is #8F679A. Grayscale: #868686. Windows color (decimal): -9398171 or 6658160. OLE color: 6658160.

HSL color Cylindrical-coordinate representation of color #709865: hue angle of 107.06º degrees, saturation: 0.2, 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 #709865 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 101 -
CMYK 0.26 0 0.34 0.40
HSL 107.06º 0.2% 0.5% -
HSV(B) 107.06º 0.34% 0.6% -
XYZ 20.26 26.84 16.42 -
YUV 134.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 112 152 101 0.26 0 0.34 0.40 107.06 0.2 0.5
Hex 70 98 65 1A 0 22 28 6B 14 32
Octal 160 230 145 32 0 42 50 153 24 62
Binary 1110000 10011000 1100101 11010 0 100010 101000 1101011 10100 110010

Color Harmonies of #709865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709865

Black with #709865

Text Example


Text Example

White with #709865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709865; }

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

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

background-color css

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

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

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

border-color css

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

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

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