Html Css Color HEX #7CB26D Amulet

📋 copy color: '#7CB26D'

red 124 ◦ green 178 ◦ blue 109

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

Shades of Amulet #7CB26D

Tints of Amulet #7CB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 30.17%
G = 43.31%
B = 26.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#7CB26D (or 0x7CB26D) is known color: Amulet. HEX triplet: 7C, B2 and 6D. RGB value is (124,178,109). Sum of RGB (Red+Green+Blue) = 124+178+109=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB26D is #834D92. Grayscale: #9A9A9A. Windows color (decimal): -8605075 or 7189116. OLE color: 7189116.

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

Color convert

RGB 124 178 109 -
CMYK 0.30 0 0.39 0.30
HSL 106.96º 0.31% 0.56% -
HSV(B) 106.96º 0.39% 0.7% -
XYZ 26.99 37.23 20.23 -
YUV 153.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 124 178 109 0.30 0 0.39 0.30 106.96 0.31 0.56
Hex 7C B2 6D 1E 0 27 1E 6B 1F 38
Octal 174 262 155 36 0 47 36 153 37 70
Binary 1111100 10110010 1101101 11110 0 100111 11110 1101011 11111 111000

Color Harmonies of #7CB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB26D

Black with #7CB26D

Text Example


Text Example

White with #7CB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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