Html Css Color HEX #6E824A Dingley

📋 copy color: '#6E824A'

red 110 ◦ green 130 ◦ blue 74

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

Shades of Dingley #6E824A

Tints of Dingley #6E824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 35.03%
G = 41.4%
B = 23.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#6E824A (or 0x6E824A) is known color: Dingley. HEX triplet: 6E, 82 and 4A. RGB value is (110,130,74). Sum of RGB (Red+Green+Blue) = 110+130+74=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #6E824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E824A is #917DB5. Grayscale: #757575. Windows color (decimal): -9534902 or 4883054. OLE color: 4883054.

HSL color Cylindrical-coordinate representation of color #6E824A: hue angle of 81.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E824A is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 130 74 -
CMYK 0.15 0 0.43 0.49
HSL 81.43º 0.27% 0.4% -
HSV(B) 81.43º 0.43% 0.51% -
XYZ 15.65 19.77 9.47 -
YUV 117.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 110 130 74 0.15 0 0.43 0.49 81.43 0.27 0.4
Hex 6E 82 4A F 0 2B 31 51 1B 28
Octal 156 202 112 17 0 53 61 121 33 50
Binary 1101110 10000010 1001010 1111 0 101011 110001 1010001 11011 101000

Color Harmonies of #6E824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E824A

Black with #6E824A

Text Example


Text Example

White with #6E824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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