#6da52e

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

Shades of Christi #6DA52E

Tints of Christi #6DA52E

Color information

#6DA52E (or 0x6DA52E) is unknown color: approx Christi. HEX triplet: 6D, A5 and 2E. RGB value is (109,165,46). Sum of RGB (Red+Green+Blue) = 109+165+46=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA52E is #925AD1. Grayscale: #878787. Windows color (decimal): -9591506 or 3057005. OLE color: 3057005.

HSL color Cylindrical-coordinate representation of color #6DA52E: hue angle of 88.24º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6DA52E is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB10916546-
CMYK0.3400.720.35
HSL88.24º56.4%41.37%-
HSV(B)88.24º72.12%64.71%-
XYZ20.2530.367.38-
YUV134.6977.95109.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=34.06%
G=51.56%
B=14.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal109165460.3400.720.3588.2456.441.37
Hex6DA52E2204823583829
Octal15524556420110431307051
Binary110110110100101101110100010010010001000111011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6da52e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,46); }

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

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

 a { background-color: rgb(109,165,46); }

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

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

 span { border-color: rgb(109,165,46); }

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