#699143

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

Shades of Dingley #699143

Tints of Dingley #699143

Color information

#699143 (or 0x699143) is unknown color: approx Dingley. HEX triplet: 69, 91 and 43. RGB value is (105,145,67). Sum of RGB (Red+Green+Blue) = 105+145+67=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #699143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699143 is #966EBC. Grayscale: #7C7C7C. Windows color (decimal): -9858749 or 4428137. OLE color: 4428137.

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

Color convert

RGB10514567-
CMYK0.2800.540.43
HSL90.77º36.79%41.57%-
HSV(B)90.77º53.79%56.86%-
XYZ16.9623.668.98-
YUV124.1595.75114.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=33.12%
G=45.74%
B=21.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145670.2800.540.4390.7736.7941.57
Hex6991431C0362B5b252a
Octal15122110334066531334552
Binary11010011001000110000111110001101101010111011011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699143; }

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

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

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

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

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

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

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

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