#6DA228

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

Shades of Christi #6DA228

Tints of Christi #6DA228

Color information

#6DA228 (or 0x6DA228) is unknown color: approx Christi. HEX triplet: 6D, A2 and 28. RGB value is (109,162,40). Sum of RGB (Red+Green+Blue) = 109+162+40=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA228 is #925DD7. Grayscale: #848484. Windows color (decimal): -9592280 or 2663021. OLE color: 2663021.

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

Color convert

RGB10916240-
CMYK0.3300.750.36
HSL86.07º60.4%39.61%-
HSV(B)86.07º75.31%63.53%-
XYZ19.6129.256.62-
YUV132.2475.94111.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=35.05%
G=52.09%
B=12.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109162400.3300.750.3686.0760.439.61
Hex6DA2282104B24563c28
Octal15524250410113441267450
Binary110110110100010101000100001010010111001001010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,162,40); }

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

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

 a { background-color: rgb(109,162,40); }

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

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

 span { border-color: rgb(109,162,40); }

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