#6DA525

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

Shades of Christi #6DA525

Tints of Christi #6DA525

Color information

#6DA525 (or 0x6DA525) is unknown color: approx Christi. HEX triplet: 6D, A5 and 25. RGB value is (109,165,37). Sum of RGB (Red+Green+Blue) = 109+165+37=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA525 is #925ADA. Grayscale: #868686. Windows color (decimal): -9591515 or 2467181. OLE color: 2467181.

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

Color convert

RGB10916537-
CMYK0.3400.780.35
HSL86.25º63.37%39.61%-
HSV(B)86.25º77.58%64.71%-
XYZ20.130.36.54-
YUV133.6673.45110.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=35.05%
G=53.05%
B=11.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109165370.3400.780.3586.2563.3739.61
Hex6DA5252204E23563f28
Octal15524545420116431267750
Binary110110110100101100101100010010011101000111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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