#7CB504

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

Shades of Christi #7CB504

Tints of Christi #7CB504

Color information

#7CB504 (or 0x7CB504) is unknown color: approx Christi. HEX triplet: 7C, B5 and 04. RGB value is (124,181,4). Sum of RGB (Red+Green+Blue) = 124+181+4=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB504 is #834AFB. Grayscale: #909090. Windows color (decimal): -8604412 or 308604. OLE color: 308604.

HSL color Cylindrical-coordinate representation of color #7CB504: hue angle of 79.32º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CB504 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1241814-
CMYK0.3100.980.29
HSL79.32º95.68%36.27%-
HSV(B)79.32º97.79%70.98%-
XYZ24.8637.346.01-
YUV143.7849.12113.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 181 (71.09% from 255) = 58.58%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=40.13%
G=58.58%
B=1.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12418140.3100.980.2979.3295.6836.27
Hex7CB541F0621D4f6024
Octal17426543701423511714044
Binary11111001011010110011111011000101110110011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,181,4); }

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

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

 a { background-color: rgb(124,181,4); }

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

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

 span { border-color: rgb(124,181,4); }

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