Html Css Color HEX #6DAF1D Christi

📋 copy color: '#6DAF1D'

red 109 ◦ green 175 ◦ blue 29

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

Shades of Christi #6DAF1D

Tints of Christi #6DAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.91%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 34.82%
G = 55.91%
B = 9.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#6DAF1D (or 0x6DAF1D) is known color: Christi. HEX triplet: 6D, AF and 1D. RGB value is (109,175,29). Sum of RGB (Red+Green+Blue) = 109+175+29=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAF1D is #9250E2. Grayscale: #8B8B8B. Windows color (decimal): -9588963 or 1945453. OLE color: 1945453.

HSL color Cylindrical-coordinate representation of color #6DAF1D: hue angle of 87.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6DAF1D is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 175 29 -
CMYK 0.38 0 0.83 0.31
HSL 87.12º 0.72% 0.4% -
HSV(B) 87.12º 0.83% 0.69% -
XYZ 21.86 34 6.57 -
YUV 138.62 66.13 106.87 -
System Red Green Blue C M Y K H S L
Decimal 109 175 29 0.38 0 0.83 0.31 87.12 0.72 0.4
Hex 6D AF 1D 26 0 53 1F 57 48 28
Octal 155 257 35 46 0 123 37 127 110 50
Binary 1101101 10101111 11101 100110 0 1010011 11111 1010111 1001000 101000

Color Harmonies of #6DAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAF1D

Black with #6DAF1D

Text Example


Text Example

White with #6DAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,175,29); }

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

background-color css

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

 a { background-color: rgb(109,175,29); }

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

border-color css

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

 span { border-color: rgb(109,175,29); }

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