#6B8740

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

Shades of Dingley #6B8740

Tints of Dingley #6B8740

Color information

#6B8740 (or 0x6B8740) is unknown color: approx Dingley. HEX triplet: 6B, 87 and 40. RGB value is (107,135,64). Sum of RGB (Red+Green+Blue) = 107+135+64=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8740 is #9478BF. Grayscale: #767676. Windows color (decimal): -9730240 or 4228971. OLE color: 4228971.

HSL color Cylindrical-coordinate representation of color #6B8740: hue angle of 83.66º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B8740 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB10713564-
CMYK0.2100.530.47
HSL83.66º35.68%39.02%-
HSV(B)83.66º52.59%52.94%-
XYZ15.6520.828.04-
YUV118.5397.22119.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=34.97%
G=44.12%
B=20.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135640.2100.530.4783.6635.6839.02
Hex6B8740150352F542427
Octal15320710025065571244447
Binary11010111000011110000001010101101011011111010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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