#6DA300

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

Shades of Christi #6DA300

Tints of Christi #6DA300

Color information

#6DA300 (or 0x6DA300) is unknown color: approx Christi. HEX triplet: 6D, A3 and 00. RGB value is (109,163,0). Sum of RGB (Red+Green+Blue) = 109+163+0=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA300 is #925CFF. Grayscale: #808080. Windows color (decimal): -9592064 or 41837. OLE color: 41837.

HSL color Cylindrical-coordinate representation of color #6DA300: hue angle of 79.88º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DA300 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1091630-
CMYK0.33010.36
HSL79.88º100%31.96%-
HSV(B)79.88º100%63.92%-
XYZ19.429.454.66-
YUV128.2755.61114.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 163 (64.06% from 255) = 59.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.07%
G=59.93%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10916300.33010.3679.8810031.96
Hex6DA302106424506420
Octal15524304101444412014440
Binary11011011010001101000010110010010010010100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,163,0); }

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

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

 a { background-color: rgb(109,163,0); }

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

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

 span { border-color: rgb(109,163,0); }

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