#6B8F47

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

Shades of Dingley #6B8F47

Tints of Dingley #6B8F47

Color information

#6B8F47 (or 0x6B8F47) is unknown color: approx Dingley. HEX triplet: 6B, 8F and 47. RGB value is (107,143,71). Sum of RGB (Red+Green+Blue) = 107+143+71=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8F47 is #9470B8. Grayscale: #7C7C7C. Windows color (decimal): -9728185 or 4689771. OLE color: 4689771.

HSL color Cylindrical-coordinate representation of color #6B8F47: hue angle of 90º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B8F47 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB10714371-
CMYK0.2500.500.44
HSL90º33.64%41.96%-
HSV(B)90º50.35%56.08%-
XYZ17.0223.239.55-
YUV124.0398.07115.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=33.33%
G=44.55%
B=22.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107143710.2500.500.449033.6441.96
Hex6B8F47190322C5a222a
Octal15321710731062541324252
Binary11010111000111110001111100101100101011001011010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,143,71); }

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

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

 a { background-color: rgb(107,143,71); }

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

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

 span { border-color: rgb(107,143,71); }

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