#6B8240

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

Shades of Dingley #6B8240

Tints of Dingley #6B8240

Color information

#6B8240 (or 0x6B8240) is unknown color: approx Dingley. HEX triplet: 6B, 82 and 40. RGB value is (107,130,64). Sum of RGB (Red+Green+Blue) = 107+130+64=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8240 is #947DBF. Grayscale: #737373. Windows color (decimal): -9731520 or 4227691. OLE color: 4227691.

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

Color convert

RGB10713064-
CMYK0.1800.510.49
HSL80.91º34.02%38.04%-
HSV(B)80.91º50.77%50.98%-
XYZ14.9719.467.82-
YUV115.698.88121.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=35.55%
G=43.19%
B=21.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130640.1800.510.4980.9134.0238.04
Hex6B82401203331512226
Octal15320210022063611214246
Binary11010111000001010000001001001100111100011010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,64); }

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

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

 a { background-color: rgb(107,130,64); }

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

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

 span { border-color: rgb(107,130,64); }

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