#7AA511

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

Shades of Christi #7AA511

Tints of Christi #7AA511

Color information

#7AA511 (or 0x7AA511) is unknown color: approx Christi. HEX triplet: 7A, A5 and 11. RGB value is (122,165,17). Sum of RGB (Red+Green+Blue) = 122+165+17=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA511 is #855AEE. Grayscale: #878787. Windows color (decimal): -8739567 or 1156474. OLE color: 1156474.

HSL color Cylindrical-coordinate representation of color #7AA511: hue angle of 77.43º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AA511 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB12216517-
CMYK0.2600.900.35
HSL77.43º81.32%35.69%-
HSV(B)77.43º89.7%64.71%-
XYZ21.5831.095.39-
YUV135.2761.25118.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 165 (64.84% from 255) = 54.28%
BLUE value IS 17 (7.03% from 255) = 5.59%
R=40.13%
G=54.28%
B=5.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122165170.2600.900.3577.4381.3235.69
Hex7AA5111A05A234d5124
Octal172245213201324311512144
Binary11110101010010110001110100101101010001110011011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,17); }

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

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

 a { background-color: rgb(122,165,17); }

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

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

 span { border-color: rgb(122,165,17); }

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