#7CB402

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

Shades of Christi #7CB402

Tints of Christi #7CB402

Color information

#7CB402 (or 0x7CB402) is unknown color: approx Christi. HEX triplet: 7C, B4 and 02. RGB value is (124,180,2). Sum of RGB (Red+Green+Blue) = 124+180+2=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB402 is #834BFD. Grayscale: #8F8F8F. Windows color (decimal): -8604670 or 177276. OLE color: 177276.

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

Color convert

RGB1241802-
CMYK0.3100.990.29
HSL78.88º97.8%35.69%-
HSV(B)78.88º98.89%70.59%-
XYZ24.6436.935.89-
YUV142.9648.45114.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 180 (70.70% from 255) = 58.82%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=40.52%
G=58.82%
B=0.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12418020.3100.990.2978.8897.835.69
Hex7CB421F0631D4f6224
Octal17426423701433511714244
Binary1111100101101001011111011000111110110011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,2); }

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

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

 a { background-color: rgb(124,180,2); }

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

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

 span { border-color: rgb(124,180,2); }

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