Html Css Color HEX #6E7329 Rain Forest

📋 copy color: '#6E7329'

red 110 ◦ green 115 ◦ blue 41

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

Shades of Rain Forest #6E7329

Tints of Rain Forest #6E7329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 41.35%
G = 43.23%
B = 15.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#6E7329 (or 0x6E7329) is known color: Rain Forest. HEX triplet: 6E, 73 and 29. RGB value is (110,115,41). Sum of RGB (Red+Green+Blue) = 110+115+41=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7329 is #918CD6. Grayscale: #696969. Windows color (decimal): -9538775 or 2716526. OLE color: 2716526.

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

Color convert

RGB 110 115 41 -
CMYK 0.04 0 0.64 0.55
HSL 64.05º 0.47% 0.31% -
HSV(B) 64.05º 0.64% 0.45% -
XYZ 12.96 15.74 4.45 -
YUV 105.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 110 115 41 0.04 0 0.64 0.55 64.05 0.47 0.31
Hex 6E 73 29 4 0 40 37 40 2F 1F
Octal 156 163 51 4 0 100 67 100 57 37
Binary 1101110 1110011 101001 100 0 1000000 110111 1000000 101111 11111

Color Harmonies of #6E7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7329

Black with #6E7329

Text Example


Text Example

White with #6E7329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,115,41); }

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

background-color css

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

 a { background-color: rgb(110,115,41); }

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

border-color css

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

 span { border-color: rgb(110,115,41); }

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