#6DAA13

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

Shades of Christi #6DAA13

Tints of Christi #6DAA13

Color information

#6DAA13 (or 0x6DAA13) is unknown color: approx Christi. HEX triplet: 6D, AA and 13. RGB value is (109,170,19). Sum of RGB (Red+Green+Blue) = 109+170+19=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAA13 is #9255EC. Grayscale: #878787. Windows color (decimal): -9590253 or 1288813. OLE color: 1288813.

HSL color Cylindrical-coordinate representation of color #6DAA13: hue angle of 84.24º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DAA13 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB10917019-
CMYK0.3600.890.33
HSL84.24º79.89%37.06%-
HSV(B)84.24º88.82%66.67%-
XYZ20.832.055.71-
YUV134.5562.79109.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=36.58%
G=57.05%
B=6.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109170190.3600.890.3384.2479.8937.06
Hex6DAA132405921545025
Octal155252234401314112412045
Binary110110110101010100111001000101100110000110101001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,19); }

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

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

 a { background-color: rgb(109,170,19); }

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

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

 span { border-color: rgb(109,170,19); }

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