#6D8A4B

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

Shades of Dingley #6D8A4B

Tints of Dingley #6D8A4B

Color information

#6D8A4B (or 0x6D8A4B) is unknown color: approx Dingley. HEX triplet: 6D, 8A and 4B. RGB value is (109,138,75). Sum of RGB (Red+Green+Blue) = 109+138+75=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8A4B is #9275B4. Grayscale: #7A7A7A. Windows color (decimal): -9598389 or 4950637. OLE color: 4950637.

HSL color Cylindrical-coordinate representation of color #6D8A4B: hue angle of 87.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D8A4B is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB10913875-
CMYK0.2100.460.46
HSL87.62º29.58%41.76%-
HSV(B)87.62º45.65%54.12%-
XYZ16.6721.9410.01-
YUV122.15101.39118.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 138 (54.30% from 255) = 42.86%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=33.85%
G=42.86%
B=23.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109138750.2100.460.4687.6229.5841.76
Hex6D8A4B1502E2E581e2a
Octal15521211325056561303652
Binary1101101100010101001011101010101110101110101100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,138,75); }

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

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

 a { background-color: rgb(109,138,75); }

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

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

 span { border-color: rgb(109,138,75); }

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