#68853F

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

Shades of Dingley #68853F

Tints of Dingley #68853F

Color information

#68853F (or 0x68853F) is unknown color: approx Dingley. HEX triplet: 68, 85 and 3F. RGB value is (104,133,63). Sum of RGB (Red+Green+Blue) = 104+133+63=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #68853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68853F is #977AC0. Grayscale: #747474. Windows color (decimal): -9927361 or 4162920. OLE color: 4162920.

HSL color Cylindrical-coordinate representation of color #68853F: hue angle of 84.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68853F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB10413363-
CMYK0.2200.530.48
HSL84.86º35.71%38.43%-
HSV(B)84.86º52.63%52.16%-
XYZ14.9920.087.79-
YUV116.3597.89119.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 63 (25% from 255) = 21%
R=34.67%
G=44.33%
B=21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133630.2200.530.4884.8635.7138.43
Hex68853F1603530552426
Octal1502057726065601254446
Binary1101000100001011111111011001101011100001010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68853F; }

 p { color: rgb(104,133,63); }

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

<style>
 a { background-color: #68853F; }

 a { background-color: rgb(104,133,63); }

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

<style>
 span { border-color: #68853F; }

 span { border-color: rgb(104,133,63); }

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