#698745

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

Shades of Dingley #698745

Tints of Dingley #698745

Color information

#698745 (or 0x698745) is unknown color: approx Dingley. HEX triplet: 69, 87 and 45. RGB value is (105,135,69). Sum of RGB (Red+Green+Blue) = 105+135+69=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #698745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698745 is #9678BA. Grayscale: #767676. Windows color (decimal): -9861307 or 4556649. OLE color: 4556649.

HSL color Cylindrical-coordinate representation of color #698745: hue angle of 87.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698745 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB10513569-
CMYK0.2200.490.47
HSL87.27º32.35%40%-
HSV(B)87.27º48.89%52.94%-
XYZ15.5620.768.82-
YUV118.51100.06118.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=33.98%
G=43.69%
B=22.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135690.2200.490.4787.2732.3540
Hex698745160312F572028
Octal15120710526061571274050
Binary11010011000011110001011011001100011011111010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698745; }

 p { color: rgb(105,135,69); }

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

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

 a { background-color: rgb(105,135,69); }

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

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

 span { border-color: rgb(105,135,69); }

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