Html Css Color HEX #769370 Amulet

📋 copy color: '#769370'

red 118 ◦ green 147 ◦ blue 112

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

Shades of Amulet #769370

Tints of Amulet #769370

RGB

 RED value IS 118 (46.48% from 255) = 31.3%

 GREEN value IS 147 (57.81% from 255) = 38.99%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 31.3%
G = 38.99%
B = 29.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#769370 (or 0x769370) is known color: Amulet. HEX triplet: 76, 93 and 70. RGB value is (118,147,112). Sum of RGB (Red+Green+Blue) = 118+147+112=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #769370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769370 is #896C8F. Grayscale: #868686. Windows color (decimal): -9006224 or 7377782. OLE color: 7377782.

HSL color Cylindrical-coordinate representation of color #769370: hue angle of 109.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769370 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 112 -
CMYK 0.20 0 0.24 0.42
HSL 109.71º 0.14% 0.51% -
HSV(B) 109.71º 0.24% 0.58% -
XYZ 20.83 25.89 19.23 -
YUV 134.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 118 147 112 0.20 0 0.24 0.42 109.71 0.14 0.51
Hex 76 93 70 14 0 18 2A 6E E 33
Octal 166 223 160 24 0 30 52 156 16 63
Binary 1110110 10010011 1110000 10100 0 11000 101010 1101110 1110 110011

Color Harmonies of #769370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769370

Black with #769370

Text Example


Text Example

White with #769370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769370; }

 p { color: rgb(118,147,112); }

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

background-color css

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

 a { background-color: rgb(118,147,112); }

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

border-color css

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

 span { border-color: rgb(118,147,112); }

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