Html Css Color HEX #7C936E Amulet

📋 copy color: '#7C936E'

red 124 ◦ green 147 ◦ blue 110

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

Shades of Amulet #7C936E

Tints of Amulet #7C936E

RGB

 RED value IS 124 (48.83% from 255) = 32.55%

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 32.55%
G = 38.58%
B = 28.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#7C936E (or 0x7C936E) is known color: Amulet. HEX triplet: 7C, 93 and 6E. RGB value is (124,147,110). Sum of RGB (Red+Green+Blue) = 124+147+110=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #7C936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C936E is #836C91. Grayscale: #888888. Windows color (decimal): -8613010 or 7246716. OLE color: 7246716.

HSL color Cylindrical-coordinate representation of color #7C936E: hue angle of 97.3º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C936E is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 147 110 -
CMYK 0.16 0 0.25 0.42
HSL 97.3º 0.15% 0.5% -
HSV(B) 97.3º 0.25% 0.58% -
XYZ 21.56 26.28 18.69 -
YUV 135.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 124 147 110 0.16 0 0.25 0.42 97.3 0.15 0.5
Hex 7C 93 6E 10 0 19 2A 61 F 32
Octal 174 223 156 20 0 31 52 141 17 62
Binary 1111100 10010011 1101110 10000 0 11001 101010 1100001 1111 110010

Color Harmonies of #7C936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C936E

Black with #7C936E

Text Example


Text Example

White with #7C936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,147,110); }

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

background-color css

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

 a { background-color: rgb(124,147,110); }

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

border-color css

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

 span { border-color: rgb(124,147,110); }

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