#7CB16B

Color #7CB16B Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7CB16B

Tints of Amulet #7CB16B

Color information

#7CB16B (or 0x7CB16B) is unknown color: approx Amulet. HEX triplet: 7C, B1 and 6B. RGB value is (124,177,107). Sum of RGB (Red+Green+Blue) = 124+177+107=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB16B is #834E94. Grayscale: #999999. Windows color (decimal): -8605333 or 7057788. OLE color: 7057788.

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

Color convert

RGB124177107-
CMYK0.3000.400.31
HSL105.43º30.97%55.69%-
HSV(B)105.43º39.55%69.41%-
XYZ26.6936.7919.6-
YUV153.17101.94107.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 107 (42.19% from 255) = 26.23%
R=30.39%
G=43.38%
B=26.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771070.3000.400.31105.4330.9755.69
Hex7CB16B1E0281F691f38
Octal17426115336050371513770
Binary111110010110001110101111110010100011111110100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,107); }

 H1.HeaderClassName
 {
   color: #7CB16B;
 }
 .AnyTagClassName
 {
   color: #7CB16B;
 }
</style>
background-color css

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

 a { background-color: rgb(124,177,107); }

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

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

 span { border-color: rgb(124,177,107); }

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