#6DAA1C

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

Shades of Christi #6DAA1C

Tints of Christi #6DAA1C

Color information

#6DAA1C (or 0x6DAA1C) is unknown color: approx Christi. HEX triplet: 6D, AA and 1C. RGB value is (109,170,28). Sum of RGB (Red+Green+Blue) = 109+170+28=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAA1C is #9255E3. Grayscale: #888888. Windows color (decimal): -9590244 or 1878637. OLE color: 1878637.

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

Color convert

RGB10917028-
CMYK0.3600.840.33
HSL85.77º71.72%38.82%-
HSV(B)85.77º83.53%66.67%-
XYZ20.8932.086.19-
YUV135.5767.29109.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 170 (66.80% from 255) = 55.37%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=35.50%
G=55.37%
B=9.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109170280.3600.840.3385.7771.7238.82
Hex6DAA1C2405421564827
Octal155252344401244112611047
Binary110110110101010111001001000101010010000110101101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,28); }

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

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

 a { background-color: rgb(109,170,28); }

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

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

 span { border-color: rgb(109,170,28); }

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