#6F8E3F

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

Shades of Dingley #6F8E3F

Tints of Dingley #6F8E3F

Color information

#6F8E3F (or 0x6F8E3F) is unknown color: approx Dingley. HEX triplet: 6F, 8E and 3F. RGB value is (111,142,63). Sum of RGB (Red+Green+Blue) = 111+142+63=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E3F is #9071C0. Grayscale: #7C7C7C. Windows color (decimal): -9466305 or 4165231. OLE color: 4165231.

HSL color Cylindrical-coordinate representation of color #6F8E3F: hue angle of 83.54º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8E3F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB11114263-
CMYK0.2200.560.44
HSL83.54º38.54%40.2%-
HSV(B)83.54º55.63%55.69%-
XYZ17.1323.088.26-
YUV123.7293.73118.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 142 (55.86% from 255) = 44.94%
BLUE value IS 63 (25% from 255) = 19.94%
R=35.13%
G=44.94%
B=19.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111142630.2200.560.4483.5438.5440.2
Hex6F8E3F160382C542728
Octal1572167726070541244750
Binary1101111100011101111111011001110001011001010100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,63); }

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

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

 a { background-color: rgb(111,142,63); }

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

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

 span { border-color: rgb(111,142,63); }

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