#6C8A45

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

Shades of Dingley #6C8A45

Tints of Dingley #6C8A45

Color information

#6C8A45 (or 0x6C8A45) is unknown color: approx Dingley. HEX triplet: 6C, 8A and 45. RGB value is (108,138,69). Sum of RGB (Red+Green+Blue) = 108+138+69=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A45 is #9375BA. Grayscale: #797979. Windows color (decimal): -9663931 or 4557420. OLE color: 4557420.

HSL color Cylindrical-coordinate representation of color #6C8A45: hue angle of 86.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C8A45 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB10813869-
CMYK0.2200.50.46
HSL86.09º33.33%40.59%-
HSV(B)86.09º50%54.12%-
XYZ16.3521.798.98-
YUV121.1698.56118.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=34.29%
G=43.81%
B=21.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108138690.2200.50.4686.0933.3340.59
Hex6C8A45160322E562129
Octal15421210526062561264151
Binary11011001000101010001011011001100101011101010110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,69); }

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

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

 a { background-color: rgb(108,138,69); }

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

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

 span { border-color: rgb(108,138,69); }

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