#7CA200

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

Shades of Christi #7CA200

Tints of Christi #7CA200

Color information

#7CA200 (or 0x7CA200) is unknown color: approx Christi. HEX triplet: 7C, A2 and 00. RGB value is (124,162,0). Sum of RGB (Red+Green+Blue) = 124+162+0=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA200 is #835DFF. Grayscale: #848484. Windows color (decimal): -8609280 or 41596. OLE color: 41596.

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

Color convert

RGB1241620-
CMYK0.23010.36
HSL74.07º100%31.76%-
HSV(B)74.07º100%63.53%-
XYZ21.2330.134.7-
YUV132.1753.41122.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.36%
G=56.64%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12416200.23010.3674.0710031.76
Hex7CA2017064244a6420
Octal17424202701444411214440
Binary1111100101000100101110110010010010010010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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