#6AAA0D

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

Shades of Christi #6AAA0D

Tints of Christi #6AAA0D

Color information

#6AAA0D (or 0x6AAA0D) is unknown color: approx Christi. HEX triplet: 6A, AA and 0D. RGB value is (106,170,13). Sum of RGB (Red+Green+Blue) = 106+170+13=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAA0D is #9555F2. Grayscale: #858585. Windows color (decimal): -9786867 or 895594. OLE color: 895594.

HSL color Cylindrical-coordinate representation of color #6AAA0D: hue angle of 84.46º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AAA0D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB10617013-
CMYK0.3800.920.33
HSL84.46º85.79%35.88%-
HSV(B)84.46º92.35%66.67%-
XYZ20.3931.845.45-
YUV132.9760.3108.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=36.68%
G=58.82%
B=4.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106170130.3800.920.3384.4685.7935.88
Hex6AAAD2605C21545624
Octal152252154601344112412644
Binary11010101010101011011001100101110010000110101001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,13); }

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

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

 a { background-color: rgb(106,170,13); }

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

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

 span { border-color: rgb(106,170,13); }

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