Html Css Color HEX #6D742B Rain Forest

📋 copy color: '#6D742B'

red 109 ◦ green 116 ◦ blue 43

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

Shades of Rain Forest #6D742B

Tints of Rain Forest #6D742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 40.67%
G = 43.28%
B = 16.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#6D742B (or 0x6D742B) is known color: Rain Forest. HEX triplet: 6D, 74 and 2B. RGB value is (109,116,43). Sum of RGB (Red+Green+Blue) = 109+116+43=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #6D742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D742B is #928BD4. Grayscale: #696969. Windows color (decimal): -9604053 or 2847853. OLE color: 2847853.

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

Color convert

RGB 109 116 43 -
CMYK 0.06 0 0.63 0.55
HSL 65.75º 0.46% 0.31% -
HSV(B) 65.75º 0.63% 0.45% -
XYZ 12.99 15.92 4.67 -
YUV 105.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 109 116 43 0.06 0 0.63 0.55 65.75 0.46 0.31
Hex 6D 74 2B 6 0 3F 37 42 2E 1F
Octal 155 164 53 6 0 77 67 102 56 37
Binary 1101101 1110100 101011 110 0 111111 110111 1000010 101110 11111

Color Harmonies of #6D742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D742B

Black with #6D742B

Text Example


Text Example

White with #6D742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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