Html Css Color HEX #7CB272 Amulet

📋 copy color: '#7CB272'

red 124 ◦ green 178 ◦ blue 114

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

Shades of Amulet #7CB272

Tints of Amulet #7CB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 29.81%
G = 42.79%
B = 27.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#7CB272 (or 0x7CB272) is known color: Amulet. HEX triplet: 7C, B2 and 72. RGB value is (124,178,114). Sum of RGB (Red+Green+Blue) = 124+178+114=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB272 is #834D8D. Grayscale: #9A9A9A. Windows color (decimal): -8605070 or 7516796. OLE color: 7516796.

HSL color Cylindrical-coordinate representation of color #7CB272: hue angle of 110.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB272 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 114 -
CMYK 0.30 0 0.36 0.30
HSL 110.63º 0.29% 0.57% -
HSV(B) 110.63º 0.36% 0.7% -
XYZ 27.27 37.34 21.69 -
YUV 154.56 105.11 106.2 -
System Red Green Blue C M Y K H S L
Decimal 124 178 114 0.30 0 0.36 0.30 110.63 0.29 0.57
Hex 7C B2 72 1E 0 24 1E 6F 1D 39
Octal 174 262 162 36 0 44 36 157 35 71
Binary 1111100 10110010 1110010 11110 0 100100 11110 1101111 11101 111001

Color Harmonies of #7CB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB272

Black with #7CB272

Text Example


Text Example

White with #7CB272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,114); }

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

background-color css

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

 a { background-color: rgb(124,178,114); }

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

border-color css

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

 span { border-color: rgb(124,178,114); }

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