Html Css Color HEX #6D7134 Rain Forest

📋 copy color: '#6D7134'

red 109 ◦ green 113 ◦ blue 52

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

Shades of Rain Forest #6D7134

Tints of Rain Forest #6D7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 39.78%
G = 41.24%
B = 18.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6D7134 (or 0x6D7134) is known color: Rain Forest. HEX triplet: 6D, 71 and 34. RGB value is (109,113,52). Sum of RGB (Red+Green+Blue) = 109+113+52=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7134 is #928ECB. Grayscale: #696969. Windows color (decimal): -9604812 or 3436909. OLE color: 3436909.

HSL color Cylindrical-coordinate representation of color #6D7134: hue angle of 63.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D7134 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 113 52 -
CMYK 0.04 0 0.54 0.56
HSL 63.93º 0.37% 0.32% -
HSV(B) 63.93º 0.54% 0.44% -
XYZ 12.83 15.31 5.53 -
YUV 104.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 109 113 52 0.04 0 0.54 0.56 63.93 0.37 0.32
Hex 6D 71 34 4 0 36 38 40 25 20
Octal 155 161 64 4 0 66 70 100 45 40
Binary 1101101 1110001 110100 100 0 110110 111000 1000000 100101 100000

Color Harmonies of #6D7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7134

Black with #6D7134

Text Example


Text Example

White with #6D7134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,113,52); }

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

background-color css

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

 a { background-color: rgb(109,113,52); }

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

border-color css

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

 span { border-color: rgb(109,113,52); }

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