#6B8B4F

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

Shades of Dingley #6B8B4F

Tints of Dingley #6B8B4F

Color information

#6B8B4F (or 0x6B8B4F) is unknown color: approx Dingley. HEX triplet: 6B, 8B and 4F. RGB value is (107,139,79). Sum of RGB (Red+Green+Blue) = 107+139+79=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B4F is #9474B0. Grayscale: #7A7A7A. Windows color (decimal): -9729201 or 5213035. OLE color: 5213035.

HSL color Cylindrical-coordinate representation of color #6B8B4F: hue angle of 92º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B8B4F is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB10713979-
CMYK0.2300.430.45
HSL92º27.52%42.75%-
HSV(B)92º43.17%54.51%-
XYZ16.7122.1610.79-
YUV122.59103.4116.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=32.92%
G=42.77%
B=24.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107139790.2300.430.459227.5242.75
Hex6B8B4F1702B2D5c1c2b
Octal15321311727053551343453
Binary1101011100010111001111101110101011101101101110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,139,79); }

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

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

 a { background-color: rgb(107,139,79); }

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

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

 span { border-color: rgb(107,139,79); }

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