#698251

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

Shades of Dingley #698251

Tints of Dingley #698251

Color information

#698251 (or 0x698251) is unknown color: approx Dingley. HEX triplet: 69, 82 and 51. RGB value is (105,130,81). Sum of RGB (Red+Green+Blue) = 105+130+81=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #698251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698251 is #967DAE. Grayscale: #757575. Windows color (decimal): -9862575 or 5341801. OLE color: 5341801.

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

Color convert

RGB10513081-
CMYK0.1900.380.49
HSL90.61º23.22%41.37%-
HSV(B)90.61º37.69%50.98%-
XYZ15.2919.5610.75-
YUV116.94107.72119.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=33.23%
G=41.14%
B=25.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105130810.1900.380.4990.6123.2241.37
Hex69825113026315b1729
Octal15120212123046611332751
Binary1101001100000101010001100110100110110001101101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698251; }

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

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

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

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

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

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

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

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