#68894B

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

Shades of Dingley #68894B

Tints of Dingley #68894B

Color information

#68894B (or 0x68894B) is unknown color: approx Dingley. HEX triplet: 68, 89 and 4B. RGB value is (104,137,75). Sum of RGB (Red+Green+Blue) = 104+137+75=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #68894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68894B is #9776B4. Grayscale: #787878. Windows color (decimal): -9926325 or 4950376. OLE color: 4950376.

HSL color Cylindrical-coordinate representation of color #68894B: hue angle of 91.94º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68894B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB10413775-
CMYK0.2400.450.46
HSL91.94º29.25%41.57%-
HSV(B)91.94º45.26%53.73%-
XYZ15.9221.349.94-
YUV120.06102.57116.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=32.91%
G=43.35%
B=23.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104137750.2400.450.4691.9429.2541.57
Hex68894B1802D2E5c1d2a
Octal15021111330055561343552
Binary1101000100010011001011110000101101101110101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68894B; }

 p { color: rgb(104,137,75); }

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

<style>
 a { background-color: #68894B; }

 a { background-color: rgb(104,137,75); }

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

<style>
 span { border-color: #68894B; }

 span { border-color: rgb(104,137,75); }

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