Html Css Color HEX #6E854A Dingley

📋 copy color: '#6E854A'

red 110 ◦ green 133 ◦ blue 74

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

Shades of Dingley #6E854A

Tints of Dingley #6E854A

RGB

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

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

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

R = 34.7%
G = 41.96%
B = 23.34%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#6E854A (or 0x6E854A) is known color: Dingley. HEX triplet: 6E, 85 and 4A. RGB value is (110,133,74). Sum of RGB (Red+Green+Blue) = 110+133+74=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #6E854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E854A is #917AB5. Grayscale: #777777. Windows color (decimal): -9534134 or 4883822. OLE color: 4883822.

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

Color convert

RGB 110 133 74 -
CMYK 0.17 0 0.44 0.48
HSL 83.39º 0.29% 0.41% -
HSV(B) 83.39º 0.44% 0.52% -
XYZ 16.05 20.58 9.61 -
YUV 119.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 110 133 74 0.17 0 0.44 0.48 83.39 0.29 0.41
Hex 6E 85 4A 11 0 2C 30 53 1D 29
Octal 156 205 112 21 0 54 60 123 35 51
Binary 1101110 10000101 1001010 10001 0 101100 110000 1010011 11101 101001

Color Harmonies of #6E854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E854A

Black with #6E854A

Text Example


Text Example

White with #6E854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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