Html Css Color HEX #6DA020 Christi

📋 copy color: '#6DA020'

red 109 ◦ green 160 ◦ blue 32

#6DA020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6DA020

Tints of Christi #6DA020

RGB

 RED value IS 109 (42.97% from 255) = 36.21%

 GREEN value IS 160 (62.89% from 255) = 53.16%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 36.21%
G = 53.16%
B = 10.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#6DA020 (or 0x6DA020) is known color: Christi. HEX triplet: 6D, A0 and 20. RGB value is (109,160,32). Sum of RGB (Red+Green+Blue) = 109+160+32=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA020 is #925FDF. Grayscale: #828282. Windows color (decimal): -9592800 or 2138221. OLE color: 2138221.

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

Color convert

RGB 109 160 32 -
CMYK 0.32 0 0.80 0.37
HSL 83.91º 0.67% 0.38% -
HSV(B) 83.91º 0.8% 0.63% -
XYZ 19.14 28.5 5.86 -
YUV 130.16 72.6 112.91 -
System Red Green Blue C M Y K H S L
Decimal 109 160 32 0.32 0 0.80 0.37 83.91 0.67 0.38
Hex 6D A0 20 20 0 50 25 54 43 26
Octal 155 240 40 40 0 120 45 124 103 46
Binary 1101101 10100000 100000 100000 0 1010000 100101 1010100 1000011 100110

Color Harmonies of #6DA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA020

Black with #6DA020

Text Example


Text Example

White with #6DA020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DA020;
 }
 .AnyTagClassName
 {
   color: #6DA020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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