#7AA213

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

Shades of Christi #7AA213

Tints of Christi #7AA213

Color information

#7AA213 (or 0x7AA213) is unknown color: approx Christi. HEX triplet: 7A, A2 and 13. RGB value is (122,162,19). Sum of RGB (Red+Green+Blue) = 122+162+19=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA213 is #855DEC. Grayscale: #868686. Windows color (decimal): -8740333 or 1286778. OLE color: 1286778.

HSL color Cylindrical-coordinate representation of color #7AA213: hue angle of 76.78º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AA213 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB12216219-
CMYK0.2500.880.36
HSL76.78º79.01%35.49%-
HSV(B)76.78º88.27%63.53%-
XYZ21.0630.035.3-
YUV133.7463.25119.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=40.26%
G=53.47%
B=6.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122162190.2500.880.3676.7879.0135.49
Hex7AA21319058244d4f23
Octal172242233101304411511743
Binary11110101010001010011110010101100010010010011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,162,19); }

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

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

 a { background-color: rgb(122,162,19); }

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

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

 span { border-color: rgb(122,162,19); }

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