#6F8246

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

Shades of Dingley #6F8246

Tints of Dingley #6F8246

Color information

#6F8246 (or 0x6F8246) is unknown color: approx Dingley. HEX triplet: 6F, 82 and 46. RGB value is (111,130,70). Sum of RGB (Red+Green+Blue) = 111+130+70=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8246 is #907DB9. Grayscale: #757575. Windows color (decimal): -9469370 or 4620911. OLE color: 4620911.

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

Color convert

RGB11113070-
CMYK0.1500.460.49
HSL79º30%39.22%-
HSV(B)79º46.15%50.98%-
XYZ15.6419.798.79-
YUV117.48101.21123.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=35.69%
G=41.80%
B=22.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111130700.1500.460.49793039.22
Hex6F8246F02E314f1e27
Octal15720210617056611173647
Binary110111110000010100011011110101110110001100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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