#699140

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

Shades of Dingley #699140

Tints of Dingley #699140

Color information

#699140 (or 0x699140) is unknown color: approx Dingley. HEX triplet: 69, 91 and 40. RGB value is (105,145,64). Sum of RGB (Red+Green+Blue) = 105+145+64=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #699140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699140 is #966EBF. Grayscale: #7C7C7C. Windows color (decimal): -9858752 or 4231529. OLE color: 4231529.

HSL color Cylindrical-coordinate representation of color #699140: hue angle of 89.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699140 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB10514564-
CMYK0.2800.560.43
HSL89.63º38.76%40.98%-
HSV(B)89.63º55.86%56.86%-
XYZ16.8823.628.52-
YUV123.8194.25114.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=33.44%
G=46.18%
B=20.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145640.2800.560.4389.6338.7640.98
Hex6991401C0382B5a2729
Octal15122110034070531324751
Binary11010011001000110000001110001110001010111011010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699140; }

 p { color: rgb(105,145,64); }

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

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

 a { background-color: rgb(105,145,64); }

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

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

 span { border-color: rgb(105,145,64); }

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