#698150

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

Shades of Dingley #698150

Tints of Dingley #698150

Color information

#698150 (or 0x698150) is unknown color: approx Dingley. HEX triplet: 69, 81 and 50. RGB value is (105,129,80). Sum of RGB (Red+Green+Blue) = 105+129+80=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #698150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698150 is #967EAF. Grayscale: #747474. Windows color (decimal): -9862832 or 5276009. OLE color: 5276009.

HSL color Cylindrical-coordinate representation of color #698150: hue angle of 89.39º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698150 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB10512980-
CMYK0.1900.380.49
HSL89.39º23.44%40.98%-
HSV(B)89.39º37.98%50.59%-
XYZ15.1219.2810.51-
YUV116.24107.55119.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=33.44%
G=41.08%
B=25.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129800.1900.380.4989.3923.4440.98
Hex6981501302631591729
Octal15120112023046611312751
Binary1101001100000011010000100110100110110001101100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698150; }

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

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

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

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

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

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

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

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