#6da805

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

Shades of Christi #6DA805

Tints of Christi #6DA805

Color information

#6DA805 (or 0x6DA805) is unknown color: approx Christi. HEX triplet: 6D, A8 and 05. RGB value is (109,168,5). Sum of RGB (Red+Green+Blue) = 109+168+5=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA805 is #9257FA. Grayscale: #848484. Windows color (decimal): -9590779 or 370797. OLE color: 370797.

HSL color Cylindrical-coordinate representation of color #6DA805: hue angle of 81.72º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DA805 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB1091685-
CMYK0.3500.970.34
HSL81.72º94.22%33.92%-
HSV(B)81.72º97.02%65.88%-
XYZ20.3431.275.11-
YUV131.7856.45111.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 168 (66.02% from 255) = 59.57%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=38.65%
G=59.57%
B=1.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10916850.3500.970.3481.7294.2233.92
Hex6DA852306122525e22
Octal15525054301414212213642
Binary1101101101010001011000110110000110001010100101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6da805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,168,5); }

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

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

 a { background-color: rgb(109,168,5); }

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

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

 span { border-color: rgb(109,168,5); }

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