Html Css Color HEX #7CB26C Amulet

📋 copy color: '#7CB26C'

red 124 ◦ green 178 ◦ blue 108

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

Shades of Amulet #7CB26C

Tints of Amulet #7CB26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 30.24%
G = 43.41%
B = 26.34%

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

#7CB26C (or 0x7CB26C) is known color: Amulet. HEX triplet: 7C, B2 and 6C. RGB value is (124,178,108). Sum of RGB (Red+Green+Blue) = 124+178+108=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB26C is #834D93. Grayscale: #9A9A9A. Windows color (decimal): -8605076 or 7123580. OLE color: 7123580.

HSL color Cylindrical-coordinate representation of color #7CB26C: hue angle of 106.29º 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 #7CB26C is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 108 -
CMYK 0.30 0 0.39 0.30
HSL 106.29º 0.31% 0.56% -
HSV(B) 106.29º 0.39% 0.7% -
XYZ 26.94 37.21 19.95 -
YUV 153.87 102.11 106.69 -
System Red Green Blue C M Y K H S L
Decimal 124 178 108 0.30 0 0.39 0.30 106.29 0.31 0.56
Hex 7C B2 6C 1E 0 27 1E 6A 1F 38
Octal 174 262 154 36 0 47 36 152 37 70
Binary 1111100 10110010 1101100 11110 0 100111 11110 1101010 11111 111000

Color Harmonies of #7CB26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB26C

Black with #7CB26C

Text Example


Text Example

White with #7CB26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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