#6B8B48

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

Shades of Dingley #6B8B48

Tints of Dingley #6B8B48

Color information

#6B8B48 (or 0x6B8B48) is unknown color: approx Dingley. HEX triplet: 6B, 8B and 48. RGB value is (107,139,72). Sum of RGB (Red+Green+Blue) = 107+139+72=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8B48 is #9474B7. Grayscale: #7A7A7A. Windows color (decimal): -9729208 or 4754283. OLE color: 4754283.

HSL color Cylindrical-coordinate representation of color #6B8B48: hue angle of 88.66º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8B48 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10713972-
CMYK0.2300.480.45
HSL88.66º31.75%41.37%-
HSV(B)88.66º48.2%54.51%-
XYZ16.4722.069.52-
YUV121.7999.9117.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=33.65%
G=43.71%
B=22.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107139720.2300.480.4588.6631.7541.37
Hex6B8B48170302D592029
Octal15321311027060551314051
Binary11010111000101110010001011101100001011011011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,72); }

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

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

 a { background-color: rgb(107,139,72); }

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

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

 span { border-color: rgb(107,139,72); }

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