Html Css Color HEX #6DB470 Fern

📋 copy color: '#6DB470'

red 109 ◦ green 180 ◦ blue 112

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

Shades of Fern #6DB470

Tints of Fern #6DB470

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 27.18%
G = 44.89%
B = 27.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#6DB470 (or 0x6DB470) is known color: Fern. HEX triplet: 6D, B4 and 70. RGB value is (109,180,112). Sum of RGB (Red+Green+Blue) = 109+180+112=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB470 is #924B8F. Grayscale: #979797. Windows color (decimal): -9587600 or 7386221. OLE color: 7386221.

HSL color Cylindrical-coordinate representation of color #6DB470: hue angle of 122.54º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB470 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 112 -
CMYK 0.39 0 0.38 0.29
HSL 122.54º 0.32% 0.57% -
HSV(B) 122.54º 0.39% 0.71% -
XYZ 25.55 37.06 21.14 -
YUV 151.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 109 180 112 0.39 0 0.38 0.29 122.54 0.32 0.57
Hex 6D B4 70 27 0 26 1D 7B 20 39
Octal 155 264 160 47 0 46 35 173 40 71
Binary 1101101 10110100 1110000 100111 0 100110 11101 1111011 100000 111001

Color Harmonies of #6DB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB470

Black with #6DB470

Text Example


Text Example

White with #6DB470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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