#7CB600

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

Shades of Christi #7CB600

Tints of Christi #7CB600

Color information

#7CB600 (or 0x7CB600) is unknown color: approx Christi. HEX triplet: 7C, B6 and 00. RGB value is (124,182,0). Sum of RGB (Red+Green+Blue) = 124+182+0=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB600 is #8349FF. Grayscale: #909090. Windows color (decimal): -8604160 or 46716. OLE color: 46716.

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

Color convert

RGB1241820-
CMYK0.32010.29
HSL79.12º100%35.69%-
HSV(B)79.12º100%71.37%-
XYZ25.0437.745.96-
YUV143.9146.78113.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 182 (71.48% from 255) = 59.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.52%
G=59.48%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12418200.32010.2979.1210035.69
Hex7CB60200641D4f6424
Octal17426604001443511714444
Binary1111100101101100100000011001001110110011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,182,0); }

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

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

 a { background-color: rgb(124,182,0); }

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

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

 span { border-color: rgb(124,182,0); }

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