#698345

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

Shades of Dingley #698345

Tints of Dingley #698345

Color information

#698345 (or 0x698345) is unknown color: approx Dingley. HEX triplet: 69, 83 and 45. RGB value is (105,131,69). Sum of RGB (Red+Green+Blue) = 105+131+69=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #698345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698345 is #967CBA. Grayscale: #747474. Windows color (decimal): -9862331 or 4555625. OLE color: 4555625.

HSL color Cylindrical-coordinate representation of color #698345: hue angle of 85.16º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698345 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB10513169-
CMYK0.2000.470.49
HSL85.16º31%39.22%-
HSV(B)85.16º47.33%51.37%-
XYZ15.0219.678.63-
YUV116.16101.39120.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=34.43%
G=42.95%
B=22.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131690.2000.470.4985.163139.22
Hex6983451402F31551f27
Octal15120310524057611253747
Binary1101001100000111000101101000101111110001101010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698345; }

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

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

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

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

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

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

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

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