#6DAA2D

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

Shades of Christi #6DAA2D

Tints of Christi #6DAA2D

Color information

#6DAA2D (or 0x6DAA2D) is unknown color: approx Christi. HEX triplet: 6D, AA and 2D. RGB value is (109,170,45). Sum of RGB (Red+Green+Blue) = 109+170+45=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAA2D is #9255D2. Grayscale: #898989. Windows color (decimal): -9590227 or 2992749. OLE color: 2992749.

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

Color convert

RGB10917045-
CMYK0.3600.740.33
HSL89.28º58.14%42.16%-
HSV(B)89.28º73.53%66.67%-
XYZ21.1632.197.58-
YUV137.5175.79107.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=33.64%
G=52.47%
B=13.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109170450.3600.740.3389.2858.1442.16
Hex6DAA2D2404A21593a2a
Octal15525255440112411317252
Binary110110110101010101101100100010010101000011011001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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