#6B873B

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

Shades of Dingley #6B873B

Tints of Dingley #6B873B

Color information

#6B873B (or 0x6B873B) is unknown color: approx Dingley. HEX triplet: 6B, 87 and 3B. RGB value is (107,135,59). Sum of RGB (Red+Green+Blue) = 107+135+59=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #6B873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B873B is #9478C4. Grayscale: #767676. Windows color (decimal): -9730245 or 3901291. OLE color: 3901291.

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

Color convert

RGB10713559-
CMYK0.2100.560.47
HSL82.11º39.18%38.04%-
HSV(B)82.11º56.3%52.94%-
XYZ15.5220.777.33-
YUV117.9694.72120.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=35.55%
G=44.85%
B=19.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135590.2100.560.4782.1139.1838.04
Hex6B873B150382F522726
Octal1532077325070571224746
Binary1101011100001111110111010101110001011111010010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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