Html Css Color HEX #6DB612 Christi

📋 copy color: '#6DB612'

red 109 ◦ green 182 ◦ blue 18

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

Shades of Christi #6DB612

Tints of Christi #6DB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 58.9%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 35.28%
G = 58.9%
B = 5.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#6DB612 (or 0x6DB612) is known color: Christi. HEX triplet: 6D, B6 and 12. RGB value is (109,182,18). Sum of RGB (Red+Green+Blue) = 109+182+18=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB612 is #9249ED. Grayscale: #8E8E8E. Windows color (decimal): -9587182 or 1226349. OLE color: 1226349.

HSL color Cylindrical-coordinate representation of color #6DB612: hue angle of 86.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DB612 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 18 -
CMYK 0.40 0 0.90 0.29
HSL 86.71º 0.82% 0.39% -
HSV(B) 86.71º 0.9% 0.71% -
XYZ 23.14 36.75 6.45 -
YUV 141.48 58.32 104.84 -
System Red Green Blue C M Y K H S L
Decimal 109 182 18 0.40 0 0.90 0.29 86.71 0.82 0.39
Hex 6D B6 12 28 0 5A 1D 57 52 27
Octal 155 266 22 50 0 132 35 127 122 47
Binary 1101101 10110110 10010 101000 0 1011010 11101 1010111 1010010 100111

Color Harmonies of #6DB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB612

Black with #6DB612

Text Example


Text Example

White with #6DB612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,182,18); }

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

background-color css

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

 a { background-color: rgb(109,182,18); }

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

border-color css

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

 span { border-color: rgb(109,182,18); }

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