#6AA510

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

Shades of Christi #6AA510

Tints of Christi #6AA510

Color information

#6AA510 (or 0x6AA510) is unknown color: approx Christi. HEX triplet: 6A, A5 and 10. RGB value is (106,165,16). Sum of RGB (Red+Green+Blue) = 106+165+16=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA510 is #955AEF. Grayscale: #828282. Windows color (decimal): -9788144 or 1090922. OLE color: 1090922.

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

Color convert

RGB10616516-
CMYK0.3600.900.35
HSL83.76º82.32%35.49%-
HSV(B)83.76º90.3%64.71%-
XYZ19.4930.015.26-
YUV130.3763.45110.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=36.93%
G=57.49%
B=5.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106165160.3600.900.3583.7682.3235.49
Hex6AA5102405A23545223
Octal152245204401324312412243
Binary110101010100101100001001000101101010001110101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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