#6F8446

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

Shades of Dingley #6F8446

Tints of Dingley #6F8446

Color information

#6F8446 (or 0x6F8446) is unknown color: approx Dingley. HEX triplet: 6F, 84 and 46. RGB value is (111,132,70). Sum of RGB (Red+Green+Blue) = 111+132+70=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8446 is #907BB9. Grayscale: #767676. Windows color (decimal): -9468858 or 4621423. OLE color: 4621423.

HSL color Cylindrical-coordinate representation of color #6F8446: hue angle of 80.32º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F8446 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB11113270-
CMYK0.1600.470.48
HSL80.32º30.69%39.61%-
HSV(B)80.32º46.97%51.76%-
XYZ15.9120.328.88-
YUV118.65100.54122.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=35.46%
G=42.17%
B=22.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132700.1600.470.4880.3230.6939.61
Hex6F84461002F30501f28
Octal15720410620057601203750
Binary1101111100001001000110100000101111110000101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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