Html Css Color HEX #6DA016 Christi

📋 copy color: '#6DA016'

red 109 ◦ green 160 ◦ blue 22

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

Shades of Christi #6DA016

Tints of Christi #6DA016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 37.46%
G = 54.98%
B = 7.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#6DA016 (or 0x6DA016) is known color: Christi. HEX triplet: 6D, A0 and 16. RGB value is (109,160,22). Sum of RGB (Red+Green+Blue) = 109+160+22=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA016 is #925FE9. Grayscale: #818181. Windows color (decimal): -9592810 or 1482861. OLE color: 1482861.

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

Color convert

RGB 109 160 22 -
CMYK 0.32 0 0.86 0.37
HSL 82.17º 0.76% 0.36% -
HSV(B) 82.17º 0.86% 0.63% -
XYZ 19.02 28.45 5.25 -
YUV 129.02 67.6 113.72 -
System Red Green Blue C M Y K H S L
Decimal 109 160 22 0.32 0 0.86 0.37 82.17 0.76 0.36
Hex 6D A0 16 20 0 56 25 52 4C 24
Octal 155 240 26 40 0 126 45 122 114 44
Binary 1101101 10100000 10110 100000 0 1010110 100101 1010010 1001100 100100

Color Harmonies of #6DA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA016

Black with #6DA016

Text Example


Text Example

White with #6DA016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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