Html Css Color HEX #6DA014 Christi

📋 copy color: '#6DA014'

red 109 ◦ green 160 ◦ blue 20

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

Shades of Christi #6DA014

Tints of Christi #6DA014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 37.72%
G = 55.36%
B = 6.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#6DA014 (or 0x6DA014) is known color: Christi. HEX triplet: 6D, A0 and 14. RGB value is (109,160,20). Sum of RGB (Red+Green+Blue) = 109+160+20=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA014 is #925FEB. Grayscale: #818181. Windows color (decimal): -9592812 or 1351789. OLE color: 1351789.

HSL color Cylindrical-coordinate representation of color #6DA014: hue angle of 81.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DA014 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 160 20 -
CMYK 0.32 0 0.88 0.37
HSL 81.86º 0.78% 0.35% -
HSV(B) 81.86º 0.88% 0.63% -
XYZ 19 28.44 5.15 -
YUV 128.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 109 160 20 0.32 0 0.88 0.37 81.86 0.78 0.35
Hex 6D A0 14 20 0 58 25 52 4E 23
Octal 155 240 24 40 0 130 45 122 116 43
Binary 1101101 10100000 10100 100000 0 1011000 100101 1010010 1001110 100011

Color Harmonies of #6DA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA014

Black with #6DA014

Text Example


Text Example

White with #6DA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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