#6B854F

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

Shades of Dingley #6B854F

Tints of Dingley #6B854F

Color information

#6B854F (or 0x6B854F) is unknown color: approx Dingley. HEX triplet: 6B, 85 and 4F. RGB value is (107,133,79). Sum of RGB (Red+Green+Blue) = 107+133+79=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #6B854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B854F is #947AB0. Grayscale: #777777. Windows color (decimal): -9730737 or 5211499. OLE color: 5211499.

HSL color Cylindrical-coordinate representation of color #6B854F: hue angle of 88.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B854F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB10713379-
CMYK0.2000.410.48
HSL88.89º25.47%41.57%-
HSV(B)88.89º40.6%52.16%-
XYZ15.8620.4710.51-
YUV119.07105.39119.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=33.54%
G=41.69%
B=24.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133790.2000.410.4888.8925.4741.57
Hex6B854F140293059192a
Octal15320511724051601313152
Binary1101011100001011001111101000101001110000101100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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