#698552

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

Shades of Dingley #698552

Tints of Dingley #698552

Color information

#698552 (or 0x698552) is unknown color: approx Dingley. HEX triplet: 69, 85 and 52. RGB value is (105,133,82). Sum of RGB (Red+Green+Blue) = 105+133+82=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #698552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698552 is #967AAD. Grayscale: #767676. Windows color (decimal): -9861806 or 5408105. OLE color: 5408105.

HSL color Cylindrical-coordinate representation of color #698552: hue angle of 92.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698552 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB10513382-
CMYK0.2100.380.48
HSL92.94º23.72%42.16%-
HSV(B)92.94º38.35%52.16%-
XYZ15.7420.3911.09-
YUV118.81107.22118.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=32.81%
G=41.56%
B=25.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133820.2100.380.4892.9423.7242.16
Hex69855215026305d182a
Octal15120512225046601353052
Binary1101001100001011010010101010100110110000101110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698552; }

 p { color: rgb(105,133,82); }

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

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

 a { background-color: rgb(105,133,82); }

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

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

 span { border-color: rgb(105,133,82); }

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