#6DA022

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

Shades of Christi #6DA022

Tints of Christi #6DA022

Color information

#6DA022 (or 0x6DA022) is unknown color: approx Christi. HEX triplet: 6D, A0 and 22. RGB value is (109,160,34). Sum of RGB (Red+Green+Blue) = 109+160+34=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA022 is #925FDD. Grayscale: #828282. Windows color (decimal): -9592798 or 2269293. OLE color: 2269293.

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

Color convert

RGB10916034-
CMYK0.3200.790.37
HSL84.29º64.95%38.04%-
HSV(B)84.29º78.75%62.75%-
XYZ19.1728.516.01-
YUV130.3973.6112.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=35.97%
G=52.81%
B=11.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109160340.3200.790.3784.2964.9538.04
Hex6DA0222004F25544126
Octal155240424001174512410146
Binary1101101101000001000101000000100111110010110101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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