Html Css Color HEX #7CB675 Amulet

📋 copy color: '#7CB675'

red 124 ◦ green 182 ◦ blue 117

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

Shades of Amulet #7CB675

Tints of Amulet #7CB675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 29.31%
G = 43.03%
B = 27.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#7CB675 (or 0x7CB675) is known color: Amulet. HEX triplet: 7C, B6 and 75. RGB value is (124,182,117). Sum of RGB (Red+Green+Blue) = 124+182+117=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB675 is #83498A. Grayscale: #9D9D9D. Windows color (decimal): -8604043 or 7714428. OLE color: 7714428.

HSL color Cylindrical-coordinate representation of color #7CB675: hue angle of 113.54º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB675 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 182 117 -
CMYK 0.32 0 0.36 0.29
HSL 113.54º 0.31% 0.59% -
HSV(B) 113.54º 0.36% 0.71% -
XYZ 28.25 39.03 22.87 -
YUV 157.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 124 182 117 0.32 0 0.36 0.29 113.54 0.31 0.59
Hex 7C B6 75 20 0 24 1D 72 1F 3B
Octal 174 266 165 40 0 44 35 162 37 73
Binary 1111100 10110110 1110101 100000 0 100100 11101 1110010 11111 111011

Color Harmonies of #7CB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB675

Black with #7CB675

Text Example


Text Example

White with #7CB675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,182,117); }

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

background-color css

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

 a { background-color: rgb(124,182,117); }

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

border-color css

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

 span { border-color: rgb(124,182,117); }

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