Html Css Color HEX #709964 Amulet

📋 copy color: '#709964'

red 112 ◦ green 153 ◦ blue 100

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

Shades of Amulet #709964

Tints of Amulet #709964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 30.68%
G = 41.92%
B = 27.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#709964 (or 0x709964) is known color: Amulet. HEX triplet: 70, 99 and 64. RGB value is (112,153,100). Sum of RGB (Red+Green+Blue) = 112+153+100=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #709964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709964 is #8F669B. Grayscale: #868686. Windows color (decimal): -9397916 or 6592880. OLE color: 6592880.

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

Color convert

RGB 112 153 100 -
CMYK 0.27 0 0.35 0.4
HSL 106.42º 0.21% 0.5% -
HSV(B) 106.42º 0.35% 0.6% -
XYZ 20.37 27.15 16.22 -
YUV 134.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 112 153 100 0.27 0 0.35 0.4 106.42 0.21 0.5
Hex 70 99 64 1B 0 23 28 6A 15 32
Octal 160 231 144 33 0 43 50 152 25 62
Binary 1110000 10011001 1100100 11011 0 100011 101000 1101010 10101 110010

Color Harmonies of #709964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709964

Black with #709964

Text Example


Text Example

White with #709964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709964; }

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

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

background-color css

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

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

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

border-color css

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

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

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