Html Css Color HEX #6E7B34 Rain Forest

📋 copy color: '#6E7B34'

red 110 ◦ green 123 ◦ blue 52

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

Shades of Rain Forest #6E7B34

Tints of Rain Forest #6E7B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.16%

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

R = 38.6%
G = 43.16%
B = 18.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#6E7B34 (or 0x6E7B34) is known color: Rain Forest. HEX triplet: 6E, 7B and 34. RGB value is (110,123,52). Sum of RGB (Red+Green+Blue) = 110+123+52=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7B34 is #9184CB. Grayscale: #6F6F6F. Windows color (decimal): -9536716 or 3439470. OLE color: 3439470.

HSL color Cylindrical-coordinate representation of color #6E7B34: hue angle of 70.99º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E7B34 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 123 52 -
CMYK 0.11 0 0.58 0.52
HSL 70.99º 0.41% 0.34% -
HSV(B) 70.99º 0.58% 0.48% -
XYZ 14.13 17.73 5.93 -
YUV 111.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 110 123 52 0.11 0 0.58 0.52 70.99 0.41 0.34
Hex 6E 7B 34 B 0 3A 34 47 29 22
Octal 156 173 64 13 0 72 64 107 51 42
Binary 1101110 1111011 110100 1011 0 111010 110100 1000111 101001 100010

Color Harmonies of #6E7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7B34

Black with #6E7B34

Text Example


Text Example

White with #6E7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,52); }

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

background-color css

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

 a { background-color: rgb(110,123,52); }

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

border-color css

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

 span { border-color: rgb(110,123,52); }

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