Html Css Color HEX #6DB474 Fern

📋 copy color: '#6DB474'

red 109 ◦ green 180 ◦ blue 116

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

Shades of Fern #6DB474

Tints of Fern #6DB474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 26.91%
G = 44.44%
B = 28.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#6DB474 (or 0x6DB474) is known color: Fern. HEX triplet: 6D, B4 and 74. RGB value is (109,180,116). Sum of RGB (Red+Green+Blue) = 109+180+116=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB474 is #924B8B. Grayscale: #979797. Windows color (decimal): -9587596 or 7648365. OLE color: 7648365.

HSL color Cylindrical-coordinate representation of color #6DB474: hue angle of 125.92º 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 #6DB474 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 180 116 -
CMYK 0.39 0 0.36 0.29
HSL 125.92º 0.32% 0.57% -
HSV(B) 125.92º 0.39% 0.71% -
XYZ 25.78 37.15 22.34 -
YUV 151.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 109 180 116 0.39 0 0.36 0.29 125.92 0.32 0.57
Hex 6D B4 74 27 0 24 1D 7E 20 39
Octal 155 264 164 47 0 44 35 176 40 71
Binary 1101101 10110100 1110100 100111 0 100100 11101 1111110 100000 111001

Color Harmonies of #6DB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB474

Black with #6DB474

Text Example


Text Example

White with #6DB474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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