#6E823F

Color #6E823F Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6E823F

Tints of Dingley #6E823F

Color information

#6E823F (or 0x6E823F) is unknown color: approx Dingley. HEX triplet: 6E, 82 and 3F. RGB value is (110,130,63). Sum of RGB (Red+Green+Blue) = 110+130+63=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #6E823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E823F is #917DC0. Grayscale: #747474. Windows color (decimal): -9534913 or 4162158. OLE color: 4162158.

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

Color convert

RGB11013063-
CMYK0.1500.520.49
HSL77.91º34.72%37.84%-
HSV(B)77.91º51.54%50.98%-
XYZ15.3119.647.69-
YUV116.3897.87123.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 63 (25% from 255) = 20.79%
R=36.30%
G=42.90%
B=20.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130630.1500.520.4977.9134.7237.84
Hex6E823FF034314e2326
Octal1562027717064611164346
Binary110111010000010111111111101101001100011001110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E823F;
 }
 .AnyTagClassName
 {
   color: #6E823F;
 }
</style>
background-color css

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

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

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

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

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

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