#6B7D3D

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

Shades of Dingley #6B7D3D

Tints of Dingley #6B7D3D

Color information

#6B7D3D (or 0x6B7D3D) is unknown color: approx Dingley. HEX triplet: 6B, 7D and 3D. RGB value is (107,125,61). Sum of RGB (Red+Green+Blue) = 107+125+61=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7D3D is #9482C2. Grayscale: #707070. Windows color (decimal): -9732803 or 4029803. OLE color: 4029803.

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

Color convert

RGB10712561-
CMYK0.1400.510.51
HSL76.88º34.41%36.47%-
HSV(B)76.88º51.2%49.02%-
XYZ14.2418.137.16-
YUV112.3299.04124.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=36.52%
G=42.66%
B=20.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107125610.1400.510.5176.8834.4136.47
Hex6B7D3DE033334d2224
Octal1531757516063631154244
Binary11010111111101111101111001100111100111001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,125,61); }

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

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

 a { background-color: rgb(107,125,61); }

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

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

 span { border-color: rgb(107,125,61); }

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