#68854F

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

Shades of Dingley #68854F

Tints of Dingley #68854F

Color information

#68854F (or 0x68854F) is unknown color: approx Dingley. HEX triplet: 68, 85 and 4F. RGB value is (104,133,79). Sum of RGB (Red+Green+Blue) = 104+133+79=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #68854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68854F is #977AB0. Grayscale: #767676. Windows color (decimal): -9927345 or 5211496. OLE color: 5211496.

HSL color Cylindrical-coordinate representation of color #68854F: hue angle of 92.22º 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 #68854F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB10413379-
CMYK0.2200.410.48
HSL92.22º25.47%41.57%-
HSV(B)92.22º40.6%52.16%-
XYZ15.5120.2810.49-
YUV118.17105.89117.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 79 (31.25% from 255) = 25%
R=32.91%
G=42.09%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133790.2200.410.4892.2225.4741.57
Hex68854F16029305c192a
Octal15020511726051601343152
Binary1101000100001011001111101100101001110000101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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