#6AAF0D

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

Shades of Christi #6AAF0D

Tints of Christi #6AAF0D

Color information

#6AAF0D (or 0x6AAF0D) is unknown color: approx Christi. HEX triplet: 6A, AF and 0D. RGB value is (106,175,13). Sum of RGB (Red+Green+Blue) = 106+175+13=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAF0D is #9550F2. Grayscale: #888888. Windows color (decimal): -9785587 or 896874. OLE color: 896874.

HSL color Cylindrical-coordinate representation of color #6AAF0D: hue angle of 85.56º degrees, saturation: 0.86, 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 #6AAF0D is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB10617513-
CMYK0.3900.930.31
HSL85.56º86.17%36.86%-
HSV(B)85.56º92.57%68.63%-
XYZ21.3533.755.77-
YUV135.958.64106.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 175 (68.75% from 255) = 59.52%
BLUE value IS 13 (5.47% from 255) = 4.42%
R=36.05%
G=59.52%
B=4.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175130.3900.930.3185.5686.1736.86
Hex6AAFD2705D1F565625
Octal152257154701353712612645
Binary1101010101011111101100111010111011111110101101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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