#698050

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

Shades of Dingley #698050

Tints of Dingley #698050

Color information

#698050 (or 0x698050) is unknown color: approx Dingley. HEX triplet: 69, 80 and 50. RGB value is (105,128,80). Sum of RGB (Red+Green+Blue) = 105+128+80=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #698050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698050 is #967FAF. Grayscale: #737373. Windows color (decimal): -9863088 or 5275753. OLE color: 5275753.

HSL color Cylindrical-coordinate representation of color #698050: hue angle of 88.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698050 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB10512880-
CMYK0.1800.380.50
HSL88.75º23.08%40.78%-
HSV(B)88.75º37.5%50.2%-
XYZ14.9919.0210.47-
YUV115.65107.88120.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=33.55%
G=40.89%
B=25.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128800.1800.380.5088.7523.0840.78
Hex6980501202632591729
Octal15120012022046621312751
Binary1101001100000001010000100100100110110010101100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698050; }

 p { color: rgb(105,128,80); }

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

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

 a { background-color: rgb(105,128,80); }

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

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

 span { border-color: rgb(105,128,80); }

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