Html Css Color HEX #6DAA0C Christi

📋 copy color: '#6DAA0C'

red 109 ◦ green 170 ◦ blue 12

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

Shades of Christi #6DAA0C

Tints of Christi #6DAA0C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 37.46%
G = 58.42%
B = 4.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#6DAA0C (or 0x6DAA0C) is known color: Christi. HEX triplet: 6D, AA and 0C. RGB value is (109,170,12). Sum of RGB (Red+Green+Blue) = 109+170+12=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAA0C is #9255F3. Grayscale: #868686. Windows color (decimal): -9590260 or 830061. OLE color: 830061.

HSL color Cylindrical-coordinate representation of color #6DAA0C: hue angle of 83.16º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DAA0C is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 12 -
CMYK 0.36 0 0.93 0.33
HSL 83.16º 0.87% 0.36% -
HSV(B) 83.16º 0.93% 0.67% -
XYZ 20.75 32.03 5.44 -
YUV 133.75 59.29 110.35 -
System Red Green Blue C M Y K H S L
Decimal 109 170 12 0.36 0 0.93 0.33 83.16 0.87 0.36
Hex 6D AA C 24 0 5D 21 53 57 24
Octal 155 252 14 44 0 135 41 123 127 44
Binary 1101101 10101010 1100 100100 0 1011101 100001 1010011 1010111 100100

Color Harmonies of #6DAA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA0C

Black with #6DAA0C

Text Example


Text Example

White with #6DAA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,12); }

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

background-color css

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

 a { background-color: rgb(109,170,12); }

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

border-color css

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

 span { border-color: rgb(109,170,12); }

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