#6A8E3D

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

Shades of Dingley #6A8E3D

Tints of Dingley #6A8E3D

Color information

#6A8E3D (or 0x6A8E3D) is unknown color: approx Dingley. HEX triplet: 6A, 8E and 3D. RGB value is (106,142,61). Sum of RGB (Red+Green+Blue) = 106+142+61=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8E3D is #9571C2. Grayscale: #7A7A7A. Windows color (decimal): -9793987 or 4034154. OLE color: 4034154.

HSL color Cylindrical-coordinate representation of color #6A8E3D: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A8E3D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB10614261-
CMYK0.2500.570.44
HSL86.67º39.9%39.8%-
HSV(B)86.67º57.04%55.69%-
XYZ16.4622.757.94-
YUV12293.57116.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=34.30%
G=45.95%
B=19.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106142610.2500.570.4486.6739.939.8
Hex6A8E3D190392C572828
Octal1522167531071541275050
Binary1101010100011101111011100101110011011001010111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,142,61); }

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

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

 a { background-color: rgb(106,142,61); }

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

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

 span { border-color: rgb(106,142,61); }

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