#7AB304

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

Shades of Christi #7AB304

Tints of Christi #7AB304

Color information

#7AB304 (or 0x7AB304) is unknown color: approx Christi. HEX triplet: 7A, B3 and 04. RGB value is (122,179,4). Sum of RGB (Red+Green+Blue) = 122+179+4=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB304 is #854CFB. Grayscale: #8E8E8E. Windows color (decimal): -8735996 or 308090. OLE color: 308090.

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

Color convert

RGB1221794-
CMYK0.3200.980.30
HSL79.54º95.63%35.88%-
HSV(B)79.54º97.77%70.2%-
XYZ24.1736.395.86-
YUV142.0150.12113.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 58.69%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=40%
G=58.69%
B=1.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12217940.3200.980.3079.5495.6335.88
Hex7AB34200621E506024
Octal17226344001423612014044
Binary111101010110011100100000011000101111010100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,179,4); }

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

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

 a { background-color: rgb(122,179,4); }

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

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

 span { border-color: rgb(122,179,4); }

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