Html Css Color HEX #7CB26E Amulet

📋 copy color: '#7CB26E'

red 124 ◦ green 178 ◦ blue 110

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

Shades of Amulet #7CB26E

Tints of Amulet #7CB26E

RGB

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

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

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

R = 30.1%
G = 43.2%
B = 26.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#7CB26E (or 0x7CB26E) is known color: Amulet. HEX triplet: 7C, B2 and 6E. RGB value is (124,178,110). Sum of RGB (Red+Green+Blue) = 124+178+110=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB26E is #834D91. Grayscale: #9A9A9A. Windows color (decimal): -8605074 or 7254652. OLE color: 7254652.

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

Color convert

RGB 124 178 110 -
CMYK 0.30 0 0.38 0.30
HSL 107.65º 0.31% 0.56% -
HSV(B) 107.65º 0.38% 0.7% -
XYZ 27.05 37.25 20.52 -
YUV 154.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 124 178 110 0.30 0 0.38 0.30 107.65 0.31 0.56
Hex 7C B2 6E 1E 0 26 1E 6C 1F 38
Octal 174 262 156 36 0 46 36 154 37 70
Binary 1111100 10110010 1101110 11110 0 100110 11110 1101100 11111 111000

Color Harmonies of #7CB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB26E

Black with #7CB26E

Text Example


Text Example

White with #7CB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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