#6DA313

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

Shades of Christi #6DA313

Tints of Christi #6DA313

Color information

#6DA313 (or 0x6DA313) is unknown color: approx Christi. HEX triplet: 6D, A3 and 13. RGB value is (109,163,19). Sum of RGB (Red+Green+Blue) = 109+163+19=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA313 is #925CEC. Grayscale: #828282. Windows color (decimal): -9592045 or 1287021. OLE color: 1287021.

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

Color convert

RGB10916319-
CMYK0.3300.880.36
HSL82.5º79.12%35.69%-
HSV(B)82.5º88.34%63.92%-
XYZ19.5229.495.28-
YUV130.4465.11112.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 163 (64.06% from 255) = 56.01%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=37.46%
G=56.01%
B=6.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109163190.3300.880.3682.579.1235.69
Hex6DA3132105824524f24
Octal155243234101304412211744
Binary110110110100011100111000010101100010010010100101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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