Html Css Color HEX #6D702D Rain Forest

📋 copy color: '#6D702D'

red 109 ◦ green 112 ◦ blue 45

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

Shades of Rain Forest #6D702D

Tints of Rain Forest #6D702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 40.98%
G = 42.11%
B = 16.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6D702D (or 0x6D702D) is known color: Rain Forest. HEX triplet: 6D, 70 and 2D. RGB value is (109,112,45). Sum of RGB (Red+Green+Blue) = 109+112+45=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #6D702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D702D is #928FD2. Grayscale: #676767. Windows color (decimal): -9605075 or 2977901. OLE color: 2977901.

HSL color Cylindrical-coordinate representation of color #6D702D: hue angle of 62.69º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D702D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 45 -
CMYK 0.03 0 0.60 0.56
HSL 62.69º 0.43% 0.31% -
HSV(B) 62.69º 0.6% 0.44% -
XYZ 12.57 15.03 4.72 -
YUV 103.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 109 112 45 0.03 0 0.60 0.56 62.69 0.43 0.31
Hex 6D 70 2D 3 0 3C 38 3F 2B 1F
Octal 155 160 55 3 0 74 70 77 53 37
Binary 1101101 1110000 101101 11 0 111100 111000 111111 101011 11111

Color Harmonies of #6D702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D702D

Black with #6D702D

Text Example


Text Example

White with #6D702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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