#6F8A4E

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

Shades of Dingley #6F8A4E

Tints of Dingley #6F8A4E

Color information

#6F8A4E (or 0x6F8A4E) is unknown color: approx Dingley. HEX triplet: 6F, 8A and 4E. RGB value is (111,138,78). Sum of RGB (Red+Green+Blue) = 111+138+78=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8A4E is #9075B1. Grayscale: #7B7B7B. Windows color (decimal): -9467314 or 5147247. OLE color: 5147247.

HSL color Cylindrical-coordinate representation of color #6F8A4E: hue angle of 87º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F8A4E is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB11113878-
CMYK0.2000.430.46
HSL87º27.78%42.35%-
HSV(B)87º43.48%54.12%-
XYZ17.0222.1110.58-
YUV123.09102.55119.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=33.94%
G=42.20%
B=23.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111138780.2000.430.468727.7842.35
Hex6F8A4E1402B2E571c2a
Octal15721211624053561273452
Binary1101111100010101001110101000101011101110101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,138,78); }

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

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

 a { background-color: rgb(111,138,78); }

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

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

 span { border-color: rgb(111,138,78); }

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