#698650

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

Shades of Dingley #698650

Tints of Dingley #698650

Color information

#698650 (or 0x698650) is unknown color: approx Dingley. HEX triplet: 69, 86 and 50. RGB value is (105,134,80). Sum of RGB (Red+Green+Blue) = 105+134+80=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #698650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698650 is #9679AF. Grayscale: #777777. Windows color (decimal): -9861552 or 5277289. OLE color: 5277289.

HSL color Cylindrical-coordinate representation of color #698650: hue angle of 92.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698650 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB10513480-
CMYK0.2200.400.47
HSL92.22º25.23%41.96%-
HSV(B)92.22º40.3%52.55%-
XYZ15.820.6310.74-
YUV119.17105.89117.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=32.92%
G=42.01%
B=25.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105134800.2200.400.4792.2225.2341.96
Hex698650160282F5c192a
Octal15120612026050571343152
Binary1101001100001101010000101100101000101111101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698650; }

 p { color: rgb(105,134,80); }

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

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

 a { background-color: rgb(105,134,80); }

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

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

 span { border-color: rgb(105,134,80); }

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