#6AA512

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

Shades of Christi #6AA512

Tints of Christi #6AA512

Color information

#6AA512 (or 0x6AA512) is unknown color: approx Christi. HEX triplet: 6A, A5 and 12. RGB value is (106,165,18). Sum of RGB (Red+Green+Blue) = 106+165+18=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA512 is #955AED. Grayscale: #838383. Windows color (decimal): -9788142 or 1221994. OLE color: 1221994.

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

Color convert

RGB10616518-
CMYK0.3600.890.35
HSL84.08º80.33%35.88%-
HSV(B)84.08º89.09%64.71%-
XYZ19.5130.025.34-
YUV130.664.45110.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=36.68%
G=57.09%
B=6.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106165180.3600.890.3584.0880.3335.88
Hex6AA5122405923545024
Octal152245224401314312412044
Binary110101010100101100101001000101100110001110101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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