#6DA00D

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

Shades of Christi #6DA00D

Tints of Christi #6DA00D

Color information

#6DA00D (or 0x6DA00D) is unknown color: approx Christi. HEX triplet: 6D, A0 and 0D. RGB value is (109,160,13). Sum of RGB (Red+Green+Blue) = 109+160+13=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA00D is #925FF2. Grayscale: #808080. Windows color (decimal): -9592819 or 893037. OLE color: 893037.

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

Color convert

RGB10916013-
CMYK0.3200.920.37
HSL80.82º84.97%33.92%-
HSV(B)80.82º91.87%62.75%-
XYZ18.9528.424.87-
YUV127.9963.1114.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 160 (62.89% from 255) = 56.74%
BLUE value IS 13 (5.47% from 255) = 4.61%
R=38.65%
G=56.74%
B=4.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109160130.3200.920.3780.8284.9733.92
Hex6DA0D2005C25515522
Octal155240154001344512112542
Binary11011011010000011011000000101110010010110100011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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