#6AA516

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

Shades of Christi #6AA516

Tints of Christi #6AA516

Color information

#6AA516 (or 0x6AA516) is unknown color: approx Christi. HEX triplet: 6A, A5 and 16. RGB value is (106,165,22). Sum of RGB (Red+Green+Blue) = 106+165+22=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA516 is #955AE9. Grayscale: #838383. Windows color (decimal): -9788138 or 1484138. OLE color: 1484138.

HSL color Cylindrical-coordinate representation of color #6AA516: hue angle of 84.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AA516 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB10616522-
CMYK0.3600.870.35
HSL84.76º76.47%36.67%-
HSV(B)84.76º86.67%64.71%-
XYZ19.5430.035.53-
YUV131.0666.45110.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 165 (64.84% from 255) = 56.31%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=36.18%
G=56.31%
B=7.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106165220.3600.870.3584.7676.4736.67
Hex6AA5162405723554c25
Octal152245264401274312511445
Binary110101010100101101101001000101011110001110101011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA516; }

 p { color: rgb(106,165,22); }

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

<style>
 a { background-color: #6AA516; }

 a { background-color: rgb(106,165,22); }

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

<style>
 span { border-color: #6AA516; }

 span { border-color: rgb(106,165,22); }

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