Html Css Color HEX #6E7C2C Rain Forest

📋 copy color: '#6E7C2C'

red 110 ◦ green 124 ◦ blue 44

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

Shades of Rain Forest #6E7C2C

Tints of Rain Forest #6E7C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.6%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 39.57%
G = 44.6%
B = 15.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#6E7C2C (or 0x6E7C2C) is known color: Rain Forest. HEX triplet: 6E, 7C and 2C. RGB value is (110,124,44). Sum of RGB (Red+Green+Blue) = 110+124+44=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7C2C is #9183D3. Grayscale: #6F6F6F. Windows color (decimal): -9536468 or 2915438. OLE color: 2915438.

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

Color convert

RGB 110 124 44 -
CMYK 0.11 0 0.65 0.51
HSL 70.5º 0.48% 0.33% -
HSV(B) 70.5º 0.65% 0.49% -
XYZ 14.09 17.91 5.1 -
YUV 110.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 110 124 44 0.11 0 0.65 0.51 70.5 0.48 0.33
Hex 6E 7C 2C B 0 41 33 46 30 21
Octal 156 174 54 13 0 101 63 106 60 41
Binary 1101110 1111100 101100 1011 0 1000001 110011 1000110 110000 100001

Color Harmonies of #6E7C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7C2C

Black with #6E7C2C

Text Example


Text Example

White with #6E7C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,124,44); }

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

background-color css

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

 a { background-color: rgb(110,124,44); }

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

border-color css

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

 span { border-color: rgb(110,124,44); }

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