#6DA42A

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

Shades of Christi #6DA42A

Tints of Christi #6DA42A

Color information

#6DA42A (or 0x6DA42A) is unknown color: approx Christi. HEX triplet: 6D, A4 and 2A. RGB value is (109,164,42). Sum of RGB (Red+Green+Blue) = 109+164+42=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA42A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA42A is #925BD5. Grayscale: #868686. Windows color (decimal): -9591766 or 2794605. OLE color: 2794605.

HSL color Cylindrical-coordinate representation of color #6DA42A: hue angle of 87.05º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DA42A is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB10916442-
CMYK0.3400.740.36
HSL87.05º59.22%40.39%-
HSV(B)87.05º74.39%64.31%-
XYZ2029.976.92-
YUV133.6576.28110.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=34.60%
G=52.06%
B=13.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109164420.3400.740.3687.0559.2240.39
Hex6DA42A2204A24573b28
Octal15524452420112441277350
Binary110110110100100101010100010010010101001001010111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,42); }

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

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

 a { background-color: rgb(109,164,42); }

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

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

 span { border-color: rgb(109,164,42); }

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