#6F9048

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

Shades of Dingley #6F9048

Tints of Dingley #6F9048

Color information

#6F9048 (or 0x6F9048) is unknown color: approx Dingley. HEX triplet: 6F, 90 and 48. RGB value is (111,144,72). Sum of RGB (Red+Green+Blue) = 111+144+72=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9048 is #906FB7. Grayscale: #7E7E7E. Windows color (decimal): -9465784 or 4755567. OLE color: 4755567.

HSL color Cylindrical-coordinate representation of color #6F9048: hue angle of 87.5º degrees, saturation: 0.33, 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 #6F9048 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB11114472-
CMYK0.2300.500.44
HSL87.5º33.33%42.35%-
HSV(B)87.5º50%56.47%-
XYZ17.723.799.79-
YUV125.9297.57117.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=33.94%
G=44.04%
B=22.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111144720.2300.500.4487.533.3342.35
Hex6F9048170322C58212a
Octal15722011027062541304152
Binary11011111001000010010001011101100101011001011000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,72); }

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

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

 a { background-color: rgb(111,144,72); }

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

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

 span { border-color: rgb(111,144,72); }

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