#68874F

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

Shades of Dingley #68874F

Tints of Dingley #68874F

Color information

#68874F (or 0x68874F) is unknown color: approx Dingley. HEX triplet: 68, 87 and 4F. RGB value is (104,135,79). Sum of RGB (Red+Green+Blue) = 104+135+79=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #68874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68874F is #9778B0. Grayscale: #777777. Windows color (decimal): -9926833 or 5212008. OLE color: 5212008.

HSL color Cylindrical-coordinate representation of color #68874F: hue angle of 93.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68874F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB10413579-
CMYK0.2300.410.47
HSL93.21º26.17%41.96%-
HSV(B)93.21º41.48%52.94%-
XYZ15.7820.8410.59-
YUV119.35105.23117.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=32.70%
G=42.45%
B=24.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135790.2300.410.4793.2126.1741.96
Hex68874F170292F5d1a2a
Octal15020711727051571353252
Binary1101000100001111001111101110101001101111101110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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