Html Css Color HEX #6E742F Rain Forest

📋 copy color: '#6E742F'

red 110 ◦ green 116 ◦ blue 47

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

Shades of Rain Forest #6E742F

Tints of Rain Forest #6E742F

RGB

 RED value IS 110 (43.36% from 255) = 40.29%

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

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

R = 40.29%
G = 42.49%
B = 17.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#6E742F (or 0x6E742F) is known color: Rain Forest. HEX triplet: 6E, 74 and 2F. RGB value is (110,116,47). Sum of RGB (Red+Green+Blue) = 110+116+47=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #6E742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E742F is #918BD0. Grayscale: #6A6A6A. Windows color (decimal): -9538513 or 3109998. OLE color: 3109998.

HSL color Cylindrical-coordinate representation of color #6E742F: hue angle of 65.22º 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 #6E742F is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 116 47 -
CMYK 0.05 0 0.59 0.55
HSL 65.22º 0.42% 0.32% -
HSV(B) 65.22º 0.59% 0.45% -
XYZ 13.19 16.01 5.08 -
YUV 106.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 110 116 47 0.05 0 0.59 0.55 65.22 0.42 0.32
Hex 6E 74 2F 5 0 3B 37 41 2A 20
Octal 156 164 57 5 0 73 67 101 52 40
Binary 1101110 1110100 101111 101 0 111011 110111 1000001 101010 100000

Color Harmonies of #6E742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E742F

Black with #6E742F

Text Example


Text Example

White with #6E742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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