Html Css Color HEX #6E814A Dingley

📋 copy color: '#6E814A'

red 110 ◦ green 129 ◦ blue 74

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

Shades of Dingley #6E814A

Tints of Dingley #6E814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 35.14%
G = 41.21%
B = 23.64%

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

#6E814A (or 0x6E814A) is known color: Dingley. HEX triplet: 6E, 81 and 4A. RGB value is (110,129,74). Sum of RGB (Red+Green+Blue) = 110+129+74=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #6E814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E814A is #917EB5. Grayscale: #757575. Windows color (decimal): -9535158 or 4882798. OLE color: 4882798.

HSL color Cylindrical-coordinate representation of color #6E814A: hue angle of 80.73º 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 #6E814A is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 129 74 -
CMYK 0.15 0 0.43 0.49
HSL 80.73º 0.27% 0.4% -
HSV(B) 80.73º 0.43% 0.51% -
XYZ 15.52 19.51 9.43 -
YUV 117.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 110 129 74 0.15 0 0.43 0.49 80.73 0.27 0.4
Hex 6E 81 4A F 0 2B 31 51 1B 28
Octal 156 201 112 17 0 53 61 121 33 50
Binary 1101110 10000001 1001010 1111 0 101011 110001 1010001 11011 101000

Color Harmonies of #6E814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E814A

Black with #6E814A

Text Example


Text Example

White with #6E814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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