#6da02a

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

Shades of Christi #6DA02A

Tints of Christi #6DA02A

Color information

#6DA02A (or 0x6DA02A) is unknown color: approx Christi. HEX triplet: 6D, A0 and 2A. RGB value is (109,160,42). Sum of RGB (Red+Green+Blue) = 109+160+42=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA02A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA02A is #925FD5. Grayscale: #838383. Windows color (decimal): -9592790 or 2793581. OLE color: 2793581.

HSL color Cylindrical-coordinate representation of color #6DA02A: hue angle of 85.93º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DA02A is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB10916042-
CMYK0.3200.740.37
HSL85.93º58.42%39.61%-
HSV(B)85.93º73.75%62.75%-
XYZ19.328.566.69-
YUV131.377.6112.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=35.05%
G=51.45%
B=13.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109160420.3200.740.3785.9358.4239.61
Hex6DA02A2004A25563a28
Octal15524052400112451267250
Binary110110110100000101010100000010010101001011010110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6da02a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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