Html Css Color HEX #709869 Amulet

📋 copy color: '#709869'

red 112 ◦ green 152 ◦ blue 105

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

Shades of Amulet #709869

Tints of Amulet #709869

RGB

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

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

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

R = 30.35%
G = 41.19%
B = 28.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#709869 (or 0x709869) is known color: Amulet. HEX triplet: 70, 98 and 69. RGB value is (112,152,105). Sum of RGB (Red+Green+Blue) = 112+152+105=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #709869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709869 is #8F6796. Grayscale: #868686. Windows color (decimal): -9398167 or 6920304. OLE color: 6920304.

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

Color convert

RGB 112 152 105 -
CMYK 0.26 0 0.31 0.40
HSL 111.06º 0.19% 0.5% -
HSV(B) 111.06º 0.31% 0.6% -
XYZ 20.46 26.92 17.48 -
YUV 134.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 112 152 105 0.26 0 0.31 0.40 111.06 0.19 0.5
Hex 70 98 69 1A 0 1F 28 6F 13 32
Octal 160 230 151 32 0 37 50 157 23 62
Binary 1110000 10011000 1101001 11010 0 11111 101000 1101111 10011 110010

Color Harmonies of #709869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709869

Black with #709869

Text Example


Text Example

White with #709869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709869; }

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

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

background-color css

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

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

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

border-color css

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

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

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