#698142

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

Shades of Dingley #698142

Tints of Dingley #698142

Color information

#698142 (or 0x698142) is unknown color: approx Dingley. HEX triplet: 69, 81 and 42. RGB value is (105,129,66). Sum of RGB (Red+Green+Blue) = 105+129+66=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #698142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698142 is #967EBD. Grayscale: #727272. Windows color (decimal): -9862846 or 4358505. OLE color: 4358505.

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

Color convert

RGB10512966-
CMYK0.1900.490.49
HSL82.86º32.31%38.24%-
HSV(B)82.86º48.84%50.59%-
XYZ14.6619.18.07-
YUV114.64100.55121.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 66 (26.17% from 255) = 22%
R=35%
G=43%
B=22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129660.1900.490.4982.8632.3138.24
Hex6981421303131532026
Octal15120110223061611234046
Binary11010011000000110000101001101100011100011010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698142; }

 p { color: rgb(105,129,66); }

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

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

 a { background-color: rgb(105,129,66); }

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

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

 span { border-color: rgb(105,129,66); }

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