#7AA006

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

Shades of Christi #7AA006

Tints of Christi #7AA006

Color information

#7AA006 (or 0x7AA006) is unknown color: approx Christi. HEX triplet: 7A, A0 and 06. RGB value is (122,160,6). Sum of RGB (Red+Green+Blue) = 122+160+6=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA006 is #855FF9. Grayscale: #838383. Windows color (decimal): -8740858 or 434298. OLE color: 434298.

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

Color convert

RGB1221606-
CMYK0.2400.960.37
HSL74.81º92.77%32.55%-
HSV(B)74.81º96.25%62.75%-
XYZ20.6329.294.74-
YUV131.0857.41121.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.36%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=42.36%
G=55.56%
B=2.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12216060.2400.960.3774.8192.7732.55
Hex7AA0618060254b5d21
Octal17224063001404511313541
Binary111101010100000110110000110000010010110010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,6); }

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

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

 a { background-color: rgb(122,160,6); }

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

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

 span { border-color: rgb(122,160,6); }

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