#7CA602

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

Shades of Christi #7CA602

Tints of Christi #7CA602

Color information

#7CA602 (or 0x7CA602) is unknown color: approx Christi. HEX triplet: 7C, A6 and 02. RGB value is (124,166,2). Sum of RGB (Red+Green+Blue) = 124+166+2=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA602 is #8359FD. Grayscale: #878787. Windows color (decimal): -8608254 or 173692. OLE color: 173692.

HSL color Cylindrical-coordinate representation of color #7CA602: hue angle of 75.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CA602 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1241662-
CMYK0.2500.990.35
HSL75.37º97.62%32.94%-
HSV(B)75.37º98.8%65.1%-
XYZ21.9631.564.99-
YUV134.7553.09120.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 166 (65.23% from 255) = 56.85%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=42.47%
G=56.85%
B=0.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12416620.2500.990.3575.3797.6232.94
Hex7CA6219063234b6221
Octal17424623101434311314241
Binary11111001010011010110010110001110001110010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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