#6B814F

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

Shades of Dingley #6B814F

Tints of Dingley #6B814F

Color information

#6B814F (or 0x6B814F) is unknown color: approx Dingley. HEX triplet: 6B, 81 and 4F. RGB value is (107,129,79). Sum of RGB (Red+Green+Blue) = 107+129+79=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #6B814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B814F is #947EB0. Grayscale: #747474. Windows color (decimal): -9731761 or 5210475. OLE color: 5210475.

HSL color Cylindrical-coordinate representation of color #6B814F: hue angle of 86.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B814F is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB10712979-
CMYK0.1700.390.49
HSL86.4º24.04%40.78%-
HSV(B)86.4º38.76%50.59%-
XYZ15.3219.3910.33-
YUV116.72106.71121.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=33.97%
G=40.95%
B=25.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107129790.1700.390.4986.424.0440.78
Hex6B814F1102731561829
Octal15320111721047611263051
Binary1101011100000011001111100010100111110001101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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