#6DA529

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

Shades of Christi #6DA529

Tints of Christi #6DA529

Color information

#6DA529 (or 0x6DA529) is unknown color: approx Christi. HEX triplet: 6D, A5 and 29. RGB value is (109,165,41). Sum of RGB (Red+Green+Blue) = 109+165+41=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA529 is #925AD6. Grayscale: #868686. Windows color (decimal): -9591511 or 2729325. OLE color: 2729325.

HSL color Cylindrical-coordinate representation of color #6DA529: hue angle of 87.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DA529 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB10916541-
CMYK0.3400.750.35
HSL87.1º60.19%40.39%-
HSV(B)87.1º75.15%64.71%-
XYZ20.1630.326.89-
YUV134.1275.45110.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=34.60%
G=52.38%
B=13.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109165410.3400.750.3587.160.1940.39
Hex6DA5292204B23573c28
Octal15524551420113431277450
Binary110110110100101101001100010010010111000111010111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,41); }

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

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

 a { background-color: rgb(109,165,41); }

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

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

 span { border-color: rgb(109,165,41); }

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