Html Css Color HEX #6DC070 Fern

📋 copy color: '#6DC070'

red 109 ◦ green 192 ◦ blue 112

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

Shades of Fern #6DC070

Tints of Fern #6DC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 26.39%
G = 46.49%
B = 27.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#6DC070 (or 0x6DC070) is known color: Fern. HEX triplet: 6D, C0 and 70. RGB value is (109,192,112). Sum of RGB (Red+Green+Blue) = 109+192+112=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC070 is #923F8F. Grayscale: #9E9E9E. Windows color (decimal): -9584528 or 7389293. OLE color: 7389293.

HSL color Cylindrical-coordinate representation of color #6DC070: hue angle of 122.17º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DC070 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 112 -
CMYK 0.43 0 0.42 0.25
HSL 122.17º 0.4% 0.59% -
HSV(B) 122.17º 0.43% 0.75% -
XYZ 28.08 42.12 21.98 -
YUV 158.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 109 192 112 0.43 0 0.42 0.25 122.17 0.4 0.59
Hex 6D C0 70 2B 0 2A 19 7A 28 3B
Octal 155 300 160 53 0 52 31 172 50 73
Binary 1101101 11000000 1110000 101011 0 101010 11001 1111010 101000 111011

Color Harmonies of #6DC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC070

Black with #6DC070

Text Example


Text Example

White with #6DC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,192,112); }

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

background-color css

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

 a { background-color: rgb(109,192,112); }

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

border-color css

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

 span { border-color: rgb(109,192,112); }

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