#6F8C4B

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

Shades of Dingley #6F8C4B

Tints of Dingley #6F8C4B

Color information

#6F8C4B (or 0x6F8C4B) is unknown color: approx Dingley. HEX triplet: 6F, 8C and 4B. RGB value is (111,140,75). Sum of RGB (Red+Green+Blue) = 111+140+75=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8C4B is #9073B4. Grayscale: #7C7C7C. Windows color (decimal): -9466805 or 4951151. OLE color: 4951151.

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

Color convert

RGB11114075-
CMYK0.2100.460.45
HSL86.77º30.23%42.16%-
HSV(B)86.77º46.43%54.9%-
XYZ17.222.6410.12-
YUV123.92100.39118.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=34.05%
G=42.94%
B=23.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111140750.2100.460.4586.7730.2342.16
Hex6F8C4B1502E2D571e2a
Octal15721411325056551273652
Binary1101111100011001001011101010101110101101101011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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