#6DA312

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

Shades of Christi #6DA312

Tints of Christi #6DA312

Color information

#6DA312 (or 0x6DA312) is unknown color: approx Christi. HEX triplet: 6D, A3 and 12. RGB value is (109,163,18). Sum of RGB (Red+Green+Blue) = 109+163+18=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA312 is #925CED. Grayscale: #828282. Windows color (decimal): -9592046 or 1221485. OLE color: 1221485.

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

Color convert

RGB10916318-
CMYK0.3300.890.36
HSL82.34º80.11%35.49%-
HSV(B)82.34º88.96%63.92%-
XYZ19.5129.495.24-
YUV130.3264.61112.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=37.59%
G=56.21%
B=6.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109163180.3300.890.3682.3480.1135.49
Hex6DA3122105924525023
Octal155243224101314412212043
Binary110110110100011100101000010101100110010010100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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