Html Css Color HEX #6E854C Dingley

📋 copy color: '#6E854C'

red 110 ◦ green 133 ◦ blue 76

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

Shades of Dingley #6E854C

Tints of Dingley #6E854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 34.48%
G = 41.69%
B = 23.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#6E854C (or 0x6E854C) is known color: Dingley. HEX triplet: 6E, 85 and 4C. RGB value is (110,133,76). Sum of RGB (Red+Green+Blue) = 110+133+76=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #6E854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E854C is #917AB3. Grayscale: #777777. Windows color (decimal): -9534132 or 5014894. OLE color: 5014894.

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

Color convert

RGB 110 133 76 -
CMYK 0.17 0 0.43 0.48
HSL 84.21º 0.27% 0.41% -
HSV(B) 84.21º 0.43% 0.52% -
XYZ 16.12 20.61 9.97 -
YUV 119.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 110 133 76 0.17 0 0.43 0.48 84.21 0.27 0.41
Hex 6E 85 4C 11 0 2B 30 54 1B 29
Octal 156 205 114 21 0 53 60 124 33 51
Binary 1101110 10000101 1001100 10001 0 101011 110000 1010100 11011 101001

Color Harmonies of #6E854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E854C

Black with #6E854C

Text Example


Text Example

White with #6E854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,133,76); }

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

background-color css

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

 a { background-color: rgb(110,133,76); }

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

border-color css

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

 span { border-color: rgb(110,133,76); }

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