#698D46

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

Shades of Dingley #698D46

Tints of Dingley #698D46

Color information

#698D46 (or 0x698D46) is unknown color: approx Dingley. HEX triplet: 69, 8D and 46. RGB value is (105,141,70). Sum of RGB (Red+Green+Blue) = 105+141+70=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #698D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D46 is #9672B9. Grayscale: #7A7A7A. Windows color (decimal): -9859770 or 4623721. OLE color: 4623721.

HSL color Cylindrical-coordinate representation of color #698D46: hue angle of 90.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698D46 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB10514170-
CMYK0.2600.500.45
HSL90.42º33.65%41.37%-
HSV(B)90.42º50.35%55.29%-
XYZ16.4622.59.27-
YUV122.1498.57115.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=33.23%
G=44.62%
B=22.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141700.2600.500.4590.4233.6541.37
Hex698D461A0322D5a2229
Octal15121510632062551324251
Binary11010011000110110001101101001100101011011011010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D46; }

 p { color: rgb(105,141,70); }

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

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

 a { background-color: rgb(105,141,70); }

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

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

 span { border-color: rgb(105,141,70); }

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