Html Css Color HEX #6D742F Rain Forest

📋 copy color: '#6D742F'

red 109 ◦ green 116 ◦ blue 47

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

Shades of Rain Forest #6D742F

Tints of Rain Forest #6D742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 40.07%
G = 42.65%
B = 17.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#6D742F (or 0x6D742F) is known color: Rain Forest. HEX triplet: 6D, 74 and 2F. RGB value is (109,116,47). Sum of RGB (Red+Green+Blue) = 109+116+47=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #6D742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D742F is #928BD0. Grayscale: #6A6A6A. Windows color (decimal): -9604049 or 3109997. OLE color: 3109997.

HSL color Cylindrical-coordinate representation of color #6D742F: hue angle of 66.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D742F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 47 -
CMYK 0.06 0 0.59 0.55
HSL 66.09º 0.42% 0.32% -
HSV(B) 66.09º 0.59% 0.45% -
XYZ 13.07 15.95 5.08 -
YUV 106.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 109 116 47 0.06 0 0.59 0.55 66.09 0.42 0.32
Hex 6D 74 2F 6 0 3B 37 42 2A 20
Octal 155 164 57 6 0 73 67 102 52 40
Binary 1101101 1110100 101111 110 0 111011 110111 1000010 101010 100000

Color Harmonies of #6D742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D742F

Black with #6D742F

Text Example


Text Example

White with #6D742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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