#7AAF0C

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

Shades of Christi #7AAF0C

Tints of Christi #7AAF0C

Color information

#7AAF0C (or 0x7AAF0C) is unknown color: approx Christi. HEX triplet: 7A, AF and 0C. RGB value is (122,175,12). Sum of RGB (Red+Green+Blue) = 122+175+12=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAF0C is #8550F3. Grayscale: #8D8D8D. Windows color (decimal): -8737012 or 831354. OLE color: 831354.

HSL color Cylindrical-coordinate representation of color #7AAF0C: hue angle of 79.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AAF0C is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB12217512-
CMYK0.3000.930.31
HSL79.51º87.17%36.67%-
HSV(B)79.51º93.14%68.63%-
XYZ23.4234.825.84-
YUV140.5755.44114.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=39.48%
G=56.63%
B=3.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175120.3000.930.3179.5187.1736.67
Hex7AAFC1E05D1F505725
Octal172257143601353712012745
Binary111101010101111110011110010111011111110100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,12); }

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

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

 a { background-color: rgb(122,175,12); }

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

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

 span { border-color: rgb(122,175,12); }

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