#698D45

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

Shades of Dingley #698D45

Tints of Dingley #698D45

Color information

#698D45 (or 0x698D45) is unknown color: approx Dingley. HEX triplet: 69, 8D and 45. RGB value is (105,141,69). Sum of RGB (Red+Green+Blue) = 105+141+69=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #698D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D45 is #9672BA. Grayscale: #7A7A7A. Windows color (decimal): -9859771 or 4558185. OLE color: 4558185.

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

Color convert

RGB10514169-
CMYK0.2600.510.45
HSL90º34.29%41.18%-
HSV(B)90º51.06%55.29%-
XYZ16.4222.489.1-
YUV122.0398.07115.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=33.33%
G=44.76%
B=21.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141690.2600.510.459034.2941.18
Hex698D451A0332D5a2229
Octal15121510532063551324251
Binary11010011000110110001011101001100111011011011010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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