#698550

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

Shades of Dingley #698550

Tints of Dingley #698550

Color information

#698550 (or 0x698550) is unknown color: approx Dingley. HEX triplet: 69, 85 and 50. RGB value is (105,133,80). Sum of RGB (Red+Green+Blue) = 105+133+80=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #698550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698550 is #967AAF. Grayscale: #767676. Windows color (decimal): -9861808 or 5277033. OLE color: 5277033.

HSL color Cylindrical-coordinate representation of color #698550: hue angle of 91.7º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698550 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB10513380-
CMYK0.2100.400.48
HSL91.7º24.88%41.76%-
HSV(B)91.7º39.85%52.16%-
XYZ15.6620.3610.69-
YUV118.59106.22118.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=33.02%
G=41.82%
B=25.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133800.2100.400.4891.724.8841.76
Hex69855015028305c192a
Octal15120512025050601343152
Binary1101001100001011010000101010101000110000101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698550; }

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

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

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

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

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

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

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

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