Html Css Color HEX #6DAD1F Christi

📋 copy color: '#6DAD1F'

red 109 ◦ green 173 ◦ blue 31

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

Shades of Christi #6DAD1F

Tints of Christi #6DAD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 34.82%
G = 55.27%
B = 9.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#6DAD1F (or 0x6DAD1F) is known color: Christi. HEX triplet: 6D, AD and 1F. RGB value is (109,173,31). Sum of RGB (Red+Green+Blue) = 109+173+31=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAD1F is #9252E0. Grayscale: #8A8A8A. Windows color (decimal): -9589473 or 2076013. OLE color: 2076013.

HSL color Cylindrical-coordinate representation of color #6DAD1F: hue angle of 87.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DAD1F is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 173 31 -
CMYK 0.37 0 0.82 0.32
HSL 87.04º 0.7% 0.4% -
HSV(B) 87.04º 0.82% 0.68% -
XYZ 21.5 33.24 6.58 -
YUV 137.68 67.8 107.55 -
System Red Green Blue C M Y K H S L
Decimal 109 173 31 0.37 0 0.82 0.32 87.04 0.7 0.4
Hex 6D AD 1F 25 0 52 20 57 46 28
Octal 155 255 37 45 0 122 40 127 106 50
Binary 1101101 10101101 11111 100101 0 1010010 100000 1010111 1000110 101000

Color Harmonies of #6DAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAD1F

Black with #6DAD1F

Text Example


Text Example

White with #6DAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,173,31); }

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

background-color css

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

 a { background-color: rgb(109,173,31); }

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

border-color css

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

 span { border-color: rgb(109,173,31); }

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