Html Css Color HEX #709968 Amulet

📋 copy color: '#709968'

red 112 ◦ green 153 ◦ blue 104

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

Shades of Amulet #709968

Tints of Amulet #709968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 30.35%
G = 41.46%
B = 28.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#709968 (or 0x709968) is known color: Amulet. HEX triplet: 70, 99 and 68. RGB value is (112,153,104). Sum of RGB (Red+Green+Blue) = 112+153+104=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #709968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709968 is #8F6697. Grayscale: #878787. Windows color (decimal): -9397912 or 6855024. OLE color: 6855024.

HSL color Cylindrical-coordinate representation of color #709968: hue angle of 110.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709968 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 104 -
CMYK 0.27 0 0.32 0.4
HSL 110.2º 0.19% 0.5% -
HSV(B) 110.2º 0.32% 0.6% -
XYZ 20.57 27.23 17.27 -
YUV 135.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 112 153 104 0.27 0 0.32 0.4 110.2 0.19 0.5
Hex 70 99 68 1B 0 20 28 6E 13 32
Octal 160 231 150 33 0 40 50 156 23 62
Binary 1110000 10011001 1101000 11011 0 100000 101000 1101110 10011 110010

Color Harmonies of #709968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709968

Black with #709968

Text Example


Text Example

White with #709968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709968; }

 p { color: rgb(112,153,104); }

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

background-color css

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

 a { background-color: rgb(112,153,104); }

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

border-color css

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

 span { border-color: rgb(112,153,104); }

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