Html Css Color HEX #6E7D2D Rain Forest

📋 copy color: '#6E7D2D'

red 110 ◦ green 125 ◦ blue 45

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

Shades of Rain Forest #6E7D2D

Tints of Rain Forest #6E7D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.64%

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

R = 39.29%
G = 44.64%
B = 16.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#6E7D2D (or 0x6E7D2D) is known color: Rain Forest. HEX triplet: 6E, 7D and 2D. RGB value is (110,125,45). Sum of RGB (Red+Green+Blue) = 110+125+45=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D2D is #9182D2. Grayscale: #6F6F6F. Windows color (decimal): -9536211 or 2981230. OLE color: 2981230.

HSL color Cylindrical-coordinate representation of color #6E7D2D: hue angle of 71.25º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E7D2D is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 125 45 -
CMYK 0.12 0 0.64 0.51
HSL 71.25º 0.47% 0.33% -
HSV(B) 71.25º 0.64% 0.49% -
XYZ 14.24 18.17 5.24 -
YUV 111.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 110 125 45 0.12 0 0.64 0.51 71.25 0.47 0.33
Hex 6E 7D 2D C 0 40 33 47 2F 21
Octal 156 175 55 14 0 100 63 107 57 41
Binary 1101110 1111101 101101 1100 0 1000000 110011 1000111 101111 100001

Color Harmonies of #6E7D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7D2D

Black with #6E7D2D

Text Example


Text Example

White with #6E7D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,125,45); }

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

background-color css

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

 a { background-color: rgb(110,125,45); }

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

border-color css

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

 span { border-color: rgb(110,125,45); }

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