#698042

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

Shades of Dingley #698042

Tints of Dingley #698042

Color information

#698042 (or 0x698042) is unknown color: approx Dingley. HEX triplet: 69, 80 and 42. RGB value is (105,128,66). Sum of RGB (Red+Green+Blue) = 105+128+66=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #698042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698042 is #967FBD. Grayscale: #727272. Windows color (decimal): -9863102 or 4358249. OLE color: 4358249.

HSL color Cylindrical-coordinate representation of color #698042: hue angle of 82.26º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698042 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB10512866-
CMYK0.1800.480.50
HSL82.26º31.96%38.04%-
HSV(B)82.26º48.44%50.2%-
XYZ14.5318.838.02-
YUV114.06100.88121.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=35.12%
G=42.81%
B=22.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128660.1800.480.5082.2631.9638.04
Hex6980421203032522026
Octal15120010222060621224046
Binary11010011000000010000101001001100001100101010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698042; }

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

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

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

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

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

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

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

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