Html Css Color HEX #6DB00C Christi

📋 copy color: '#6DB00C'

red 109 ◦ green 176 ◦ blue 12

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

Shades of Christi #6DB00C

Tints of Christi #6DB00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.26%

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

R = 36.7%
G = 59.26%
B = 4.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#6DB00C (or 0x6DB00C) is known color: Christi. HEX triplet: 6D, B0 and 0C. RGB value is (109,176,12). Sum of RGB (Red+Green+Blue) = 109+176+12=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB00C is #924FF3. Grayscale: #898989. Windows color (decimal): -9588724 or 831597. OLE color: 831597.

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

Color convert

RGB 109 176 12 -
CMYK 0.38 0 0.93 0.31
HSL 84.51º 0.87% 0.37% -
HSV(B) 84.51º 0.93% 0.69% -
XYZ 21.9 34.33 5.82 -
YUV 137.27 57.3 107.84 -
System Red Green Blue C M Y K H S L
Decimal 109 176 12 0.38 0 0.93 0.31 84.51 0.87 0.37
Hex 6D B0 C 26 0 5D 1F 55 57 25
Octal 155 260 14 46 0 135 37 125 127 45
Binary 1101101 10110000 1100 100110 0 1011101 11111 1010101 1010111 100101

Color Harmonies of #6DB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB00C

Black with #6DB00C

Text Example


Text Example

White with #6DB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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