#6DA40D

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

Shades of Christi #6DA40D

Tints of Christi #6DA40D

Color information

#6DA40D (or 0x6DA40D) is unknown color: approx Christi. HEX triplet: 6D, A4 and 0D. RGB value is (109,164,13). Sum of RGB (Red+Green+Blue) = 109+164+13=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA40D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA40D is #925BF2. Grayscale: #828282. Windows color (decimal): -9591795 or 894061. OLE color: 894061.

HSL color Cylindrical-coordinate representation of color #6DA40D: hue angle of 81.85º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DA40D is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB10916413-
CMYK0.3400.920.36
HSL81.85º85.31%34.71%-
HSV(B)81.85º92.07%64.31%-
XYZ19.6529.835.1-
YUV130.3461.78112.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 164 (64.45% from 255) = 57.34%
BLUE value IS 13 (5.47% from 255) = 4.55%
R=38.11%
G=57.34%
B=4.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109164130.3400.920.3681.8585.3134.71
Hex6DA4D2205C24525523
Octal155244154201344412212543
Binary11011011010010011011000100101110010010010100101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,13); }

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

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

 a { background-color: rgb(109,164,13); }

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

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

 span { border-color: rgb(109,164,13); }

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