#698B48

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

Shades of Dingley #698B48

Tints of Dingley #698B48

Color information

#698B48 (or 0x698B48) is unknown color: approx Dingley. HEX triplet: 69, 8B and 48. RGB value is (105,139,72). Sum of RGB (Red+Green+Blue) = 105+139+72=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #698B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B48 is #9674B7. Grayscale: #797979. Windows color (decimal): -9860280 or 4754281. OLE color: 4754281.

HSL color Cylindrical-coordinate representation of color #698B48: hue angle of 90.45º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698B48 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10513972-
CMYK0.2400.480.45
HSL90.45º31.75%41.37%-
HSV(B)90.45º48.2%54.51%-
XYZ16.2321.949.51-
YUV121.2100.24116.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 139 (54.69% from 255) = 43.99%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=33.23%
G=43.99%
B=22.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105139720.2400.480.4590.4531.7541.37
Hex698B48180302D5a2029
Octal15121311030060551324051
Binary11010011000101110010001100001100001011011011010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698B48; }

 p { color: rgb(105,139,72); }

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

<style>
 a { background-color: #698B48; }

 a { background-color: rgb(105,139,72); }

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

<style>
 span { border-color: #698B48; }

 span { border-color: rgb(105,139,72); }

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