#698551

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

Shades of Dingley #698551

Tints of Dingley #698551

Color information

#698551 (or 0x698551) is unknown color: approx Dingley. HEX triplet: 69, 85 and 51. RGB value is (105,133,81). Sum of RGB (Red+Green+Blue) = 105+133+81=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #698551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698551 is #967AAE. Grayscale: #767676. Windows color (decimal): -9861807 or 5342569. OLE color: 5342569.

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

Color convert

RGB10513381-
CMYK0.2100.390.48
HSL92.31º24.3%41.96%-
HSV(B)92.31º39.1%52.16%-
XYZ15.720.3710.89-
YUV118.7106.72118.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=32.92%
G=41.69%
B=25.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133810.2100.390.4892.3124.341.96
Hex69855115027305c182a
Octal15120512125047601343052
Binary1101001100001011010001101010100111110000101110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698551; }

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

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

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

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

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

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

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

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