Html Css Color HEX #6DAF0F Christi

📋 copy color: '#6DAF0F'

red 109 ◦ green 175 ◦ blue 15

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

Shades of Christi #6DAF0F

Tints of Christi #6DAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.02%

R = 36.45%
G = 58.53%
B = 5.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#6DAF0F (or 0x6DAF0F) is known color: Christi. HEX triplet: 6D, AF and 0F. RGB value is (109,175,15). Sum of RGB (Red+Green+Blue) = 109+175+15=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAF0F is #9250F0. Grayscale: #898989. Windows color (decimal): -9588977 or 1027949. OLE color: 1027949.

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

Color convert

RGB 109 175 15 -
CMYK 0.38 0 0.91 0.31
HSL 84.75º 0.84% 0.37% -
HSV(B) 84.75º 0.91% 0.69% -
XYZ 21.72 33.95 5.86 -
YUV 137.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 109 175 15 0.38 0 0.91 0.31 84.75 0.84 0.37
Hex 6D AF F 26 0 5B 1F 55 54 25
Octal 155 257 17 46 0 133 37 125 124 45
Binary 1101101 10101111 1111 100110 0 1011011 11111 1010101 1010100 100101

Color Harmonies of #6DAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAF0F

Black with #6DAF0F

Text Example


Text Example

White with #6DAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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