#6F8243

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

Shades of Dingley #6F8243

Tints of Dingley #6F8243

Color information

#6F8243 (or 0x6F8243) is unknown color: approx Dingley. HEX triplet: 6F, 82 and 43. RGB value is (111,130,67). Sum of RGB (Red+Green+Blue) = 111+130+67=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8243 is #907DBC. Grayscale: #757575. Windows color (decimal): -9469373 or 4424303. OLE color: 4424303.

HSL color Cylindrical-coordinate representation of color #6F8243: hue angle of 78.1º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F8243 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB11113067-
CMYK0.1500.480.49
HSL78.1º31.98%38.63%-
HSV(B)78.1º48.46%50.98%-
XYZ15.5519.758.3-
YUV117.1499.71123.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=36.04%
G=42.21%
B=21.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130670.1500.480.4978.131.9838.63
Hex6F8243F030314e2027
Octal15720210317060611164047
Binary1101111100000101000011111101100001100011001110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,130,67); }

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

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

 a { background-color: rgb(111,130,67); }

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

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

 span { border-color: rgb(111,130,67); }

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