#7CA003

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

Shades of Christi #7CA003

Tints of Christi #7CA003

Color information

#7CA003 (or 0x7CA003) is unknown color: approx Christi. HEX triplet: 7C, A0 and 03. RGB value is (124,160,3). Sum of RGB (Red+Green+Blue) = 124+160+3=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA003 is #835FFC. Grayscale: #838383. Windows color (decimal): -8609789 or 237692. OLE color: 237692.

HSL color Cylindrical-coordinate representation of color #7CA003: hue angle of 73.76º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CA003 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1241603-
CMYK0.2200.980.37
HSL73.76º96.32%31.96%-
HSV(B)73.76º98.12%62.75%-
XYZ20.929.434.67-
YUV131.3455.57122.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=43.21%
G=55.75%
B=1.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12416030.2200.980.3773.7696.3231.96
Hex7CA0316062254a6020
Octal17424032601424511214040
Binary11111001010000011101100110001010010110010101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,3); }

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

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

 a { background-color: rgb(124,160,3); }

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

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

 span { border-color: rgb(124,160,3); }

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