#698044

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

Shades of Dingley #698044

Tints of Dingley #698044

Color information

#698044 (or 0x698044) is unknown color: approx Dingley. HEX triplet: 69, 80 and 44. RGB value is (105,128,68). Sum of RGB (Red+Green+Blue) = 105+128+68=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #698044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698044 is #967FBB. Grayscale: #727272. Windows color (decimal): -9863100 or 4489321. OLE color: 4489321.

HSL color Cylindrical-coordinate representation of color #698044: hue angle of 83º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698044 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB10512868-
CMYK0.1800.470.50
HSL83º30.61%38.43%-
HSV(B)83º46.88%50.2%-
XYZ14.5918.868.34-
YUV114.28101.88121.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=34.88%
G=42.52%
B=22.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105128680.1800.470.508330.6138.43
Hex6980441202F32531f26
Octal15120010422057621233746
Binary1101001100000001000100100100101111110010101001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698044; }

 p { color: rgb(105,128,68); }

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

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

 a { background-color: rgb(105,128,68); }

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

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

 span { border-color: rgb(105,128,68); }

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