#6DA712

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

Shades of Christi #6DA712

Tints of Christi #6DA712

Color information

#6DA712 (or 0x6DA712) is unknown color: approx Christi. HEX triplet: 6D, A7 and 12. RGB value is (109,167,18). Sum of RGB (Red+Green+Blue) = 109+167+18=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #6DA712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA712 is #9258ED. Grayscale: #858585. Windows color (decimal): -9591022 or 1222509. OLE color: 1222509.

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

Color convert

RGB10916718-
CMYK0.3500.890.35
HSL83.36º80.54%36.27%-
HSV(B)83.36º89.22%65.49%-
XYZ20.2330.935.48-
YUV132.6763.28111.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 167 (65.62% from 255) = 56.80%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=37.07%
G=56.80%
B=6.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109167180.3500.890.3583.3680.5436.27
Hex6DA7122305923535124
Octal155247224301314312312144
Binary110110110100111100101000110101100110001110100111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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