Html Css Color HEX #6E703F Hemlock

📋 copy color: '#6E703F'

red 110 ◦ green 112 ◦ blue 63

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

Shades of Hemlock #6E703F

Tints of Hemlock #6E703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 38.6%
G = 39.3%
B = 22.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6E703F (or 0x6E703F) is known color: Hemlock. HEX triplet: 6E, 70 and 3F. RGB value is (110,112,63). Sum of RGB (Red+Green+Blue) = 110+112+63=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #6E703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E703F is #918FC0. Grayscale: #6A6A6A. Windows color (decimal): -9539521 or 4157550. OLE color: 4157550.

HSL color Cylindrical-coordinate representation of color #6E703F: hue angle of 62.45º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E703F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 63 -
CMYK 0.02 0 0.44 0.56
HSL 62.45º 0.28% 0.34% -
HSV(B) 62.45º 0.44% 0.44% -
XYZ 13.12 15.26 6.96 -
YUV 105.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 110 112 63 0.02 0 0.44 0.56 62.45 0.28 0.34
Hex 6E 70 3F 2 0 2C 38 3E 1C 22
Octal 156 160 77 2 0 54 70 76 34 42
Binary 1101110 1110000 111111 10 0 101100 111000 111110 11100 100010

Color Harmonies of #6E703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E703F

Black with #6E703F

Text Example


Text Example

White with #6E703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,63); }

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

background-color css

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

 a { background-color: rgb(110,112,63); }

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

border-color css

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

 span { border-color: rgb(110,112,63); }

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