Html Css Color HEX #6E864A Dingley

📋 copy color: '#6E864A'

red 110 ◦ green 134 ◦ blue 74

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

Shades of Dingley #6E864A

Tints of Dingley #6E864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 34.59%
G = 42.14%
B = 23.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#6E864A (or 0x6E864A) is known color: Dingley. HEX triplet: 6E, 86 and 4A. RGB value is (110,134,74). Sum of RGB (Red+Green+Blue) = 110+134+74=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #6E864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E864A is #9179B5. Grayscale: #787878. Windows color (decimal): -9533878 or 4884078. OLE color: 4884078.

HSL color Cylindrical-coordinate representation of color #6E864A: hue angle of 84º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E864A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 134 74 -
CMYK 0.18 0 0.45 0.47
HSL 84º 0.29% 0.41% -
HSV(B) 84º 0.45% 0.53% -
XYZ 16.19 20.86 9.65 -
YUV 119.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 110 134 74 0.18 0 0.45 0.47 84 0.29 0.41
Hex 6E 86 4A 12 0 2D 2F 54 1D 29
Octal 156 206 112 22 0 55 57 124 35 51
Binary 1101110 10000110 1001010 10010 0 101101 101111 1010100 11101 101001

Color Harmonies of #6E864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E864A

Black with #6E864A

Text Example


Text Example

White with #6E864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,74); }

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

background-color css

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

 a { background-color: rgb(110,134,74); }

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

border-color css

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

 span { border-color: rgb(110,134,74); }

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