Html Css Color HEX #769470 Amulet

📋 copy color: '#769470'

red 118 ◦ green 148 ◦ blue 112

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

Shades of Amulet #769470

Tints of Amulet #769470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

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

R = 31.22%
G = 39.15%
B = 29.63%

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

#769470 (or 0x769470) is known color: Amulet. HEX triplet: 76, 94 and 70. RGB value is (118,148,112). Sum of RGB (Red+Green+Blue) = 118+148+112=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #769470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769470 is #896B8F. Grayscale: #878787. Windows color (decimal): -9005968 or 7378038. OLE color: 7378038.

HSL color Cylindrical-coordinate representation of color #769470: hue angle of 110º 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 #769470 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 112 -
CMYK 0.20 0 0.24 0.42
HSL 110º 0.14% 0.51% -
HSV(B) 110º 0.24% 0.58% -
XYZ 20.99 26.2 19.28 -
YUV 134.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 118 148 112 0.20 0 0.24 0.42 110 0.14 0.51
Hex 76 94 70 14 0 18 2A 6E E 33
Octal 166 224 160 24 0 30 52 156 16 63
Binary 1110110 10010100 1110000 10100 0 11000 101010 1101110 1110 110011

Color Harmonies of #769470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769470

Black with #769470

Text Example


Text Example

White with #769470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769470; }

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

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

background-color css

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

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

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

border-color css

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

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

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