#698250

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

Shades of Dingley #698250

Tints of Dingley #698250

Color information

#698250 (or 0x698250) is unknown color: approx Dingley. HEX triplet: 69, 82 and 50. RGB value is (105,130,80). Sum of RGB (Red+Green+Blue) = 105+130+80=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #698250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698250 is #967DAF. Grayscale: #757575. Windows color (decimal): -9862576 or 5276265. OLE color: 5276265.

HSL color Cylindrical-coordinate representation of color #698250: hue angle of 90º degrees, saturation: 0.24, 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 #698250 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB10513080-
CMYK0.1900.380.49
HSL90º23.81%41.18%-
HSV(B)90º38.46%50.98%-
XYZ15.2619.5510.56-
YUV116.82107.22119.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=33.33%
G=41.27%
B=25.40%

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
Decimal105130800.1900.380.499023.8141.18
Hex69825013026315a1829
Octal15120212023046611323051
Binary1101001100000101010000100110100110110001101101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698250; }

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

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

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

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

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

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

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

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