#698848

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

Shades of Dingley #698848

Tints of Dingley #698848

Color information

#698848 (or 0x698848) is unknown color: approx Dingley. HEX triplet: 69, 88 and 48. RGB value is (105,136,72). Sum of RGB (Red+Green+Blue) = 105+136+72=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #698848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698848 is #9677B7. Grayscale: #777777. Windows color (decimal): -9861048 or 4753513. OLE color: 4753513.

HSL color Cylindrical-coordinate representation of color #698848: hue angle of 89.06º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698848 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB10513672-
CMYK0.2300.470.47
HSL89.06º30.77%40.78%-
HSV(B)89.06º47.06%53.33%-
XYZ15.821.089.37-
YUV119.43101.23117.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=33.55%
G=43.45%
B=23.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105136720.2300.470.4789.0630.7740.78
Hex6988481702F2F591f29
Octal15121011027057571313751
Binary1101001100010001001000101110101111101111101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698848; }

 p { color: rgb(105,136,72); }

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

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

 a { background-color: rgb(105,136,72); }

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

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

 span { border-color: rgb(105,136,72); }

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