#698350

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

Shades of Dingley #698350

Tints of Dingley #698350

Color information

#698350 (or 0x698350) is unknown color: approx Dingley. HEX triplet: 69, 83 and 50. RGB value is (105,131,80). Sum of RGB (Red+Green+Blue) = 105+131+80=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #698350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698350 is #967CAF. Grayscale: #757575. Windows color (decimal): -9862320 or 5276521. OLE color: 5276521.

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

Color convert

RGB10513180-
CMYK0.2000.390.49
HSL90.59º24.17%41.37%-
HSV(B)90.59º38.93%51.37%-
XYZ15.3919.8210.6-
YUV117.41106.89119.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=33.23%
G=41.46%
B=25.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105131800.2000.390.4990.5924.1741.37
Hex69835014027315b1829
Octal15120312024047611333051
Binary1101001100000111010000101000100111110001101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698350; }

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

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

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

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

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

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

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

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