#6F8C44

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

Shades of Dingley #6F8C44

Tints of Dingley #6F8C44

Color information

#6F8C44 (or 0x6F8C44) is unknown color: approx Dingley. HEX triplet: 6F, 8C and 44. RGB value is (111,140,68). Sum of RGB (Red+Green+Blue) = 111+140+68=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8C44 is #9073BB. Grayscale: #7B7B7B. Windows color (decimal): -9466812 or 4492399. OLE color: 4492399.

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

Color convert

RGB11114068-
CMYK0.2100.510.45
HSL84.17º34.62%40.78%-
HSV(B)84.17º51.43%54.9%-
XYZ16.9822.558.93-
YUV123.1296.89119.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=34.80%
G=43.89%
B=21.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111140680.2100.510.4584.1734.6240.78
Hex6F8C44150332D542329
Octal15721410425063551244351
Binary11011111000110010001001010101100111011011010100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,68); }

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

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

 a { background-color: rgb(111,140,68); }

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

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

 span { border-color: rgb(111,140,68); }

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