Html Css Color HEX #7E9A70 Amulet

📋 copy color: '#7E9A70'

red 126 ◦ green 154 ◦ blue 112

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

Shades of Amulet #7E9A70

Tints of Amulet #7E9A70

RGB

 RED value IS 126 (49.61% from 255) = 32.14%

 GREEN value IS 154 (60.55% from 255) = 39.29%

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

R = 32.14%
G = 39.29%
B = 28.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#7E9A70 (or 0x7E9A70) is known color: Amulet. HEX triplet: 7E, 9A and 70. RGB value is (126,154,112). Sum of RGB (Red+Green+Blue) = 126+154+112=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9A70 is #81658F. Grayscale: #8C8C8C. Windows color (decimal): -8480144 or 7379582. OLE color: 7379582.

HSL color Cylindrical-coordinate representation of color #7E9A70: hue angle of 100º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E9A70 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 126 154 112 -
CMYK 0.18 0 0.27 0.40
HSL 100º 0.17% 0.52% -
HSV(B) 100º 0.27% 0.6% -
XYZ 23.08 28.72 19.66 -
YUV 140.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 126 154 112 0.18 0 0.27 0.40 100 0.17 0.52
Hex 7E 9A 70 12 0 1B 28 64 11 34
Octal 176 232 160 22 0 33 50 144 21 64
Binary 1111110 10011010 1110000 10010 0 11011 101000 1100100 10001 110100

Color Harmonies of #7E9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9A70

Black with #7E9A70

Text Example


Text Example

White with #7E9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E9A70; }

 p { color: rgb(126,154,112); }

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

background-color css

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

 a { background-color: rgb(126,154,112); }

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

border-color css

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

 span { border-color: rgb(126,154,112); }

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