#68874A

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

Shades of Dingley #68874A

Tints of Dingley #68874A

Color information

#68874A (or 0x68874A) is unknown color: approx Dingley. HEX triplet: 68, 87 and 4A. RGB value is (104,135,74). Sum of RGB (Red+Green+Blue) = 104+135+74=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #68874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68874A is #9778B5. Grayscale: #767676. Windows color (decimal): -9926838 or 4884328. OLE color: 4884328.

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

Color convert

RGB10413574-
CMYK0.2300.450.47
HSL90.49º29.19%40.98%-
HSV(B)90.49º45.19%52.94%-
XYZ15.6120.779.66-
YUV118.78102.73117.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=33.23%
G=43.13%
B=23.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135740.2300.450.4790.4929.1940.98
Hex68874A1702D2F5a1d29
Octal15020711227055571323551
Binary1101000100001111001010101110101101101111101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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