#698152

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

Shades of Dingley #698152

Tints of Dingley #698152

Color information

#698152 (or 0x698152) is unknown color: approx Dingley. HEX triplet: 69, 81 and 52. RGB value is (105,129,82). Sum of RGB (Red+Green+Blue) = 105+129+82=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #698152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698152 is #967EAD. Grayscale: #747474. Windows color (decimal): -9862830 or 5407081. OLE color: 5407081.

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

Color convert

RGB10512982-
CMYK0.1900.360.49
HSL90.64º22.27%41.37%-
HSV(B)90.64º36.43%50.59%-
XYZ15.219.3110.91-
YUV116.47108.55119.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=33.23%
G=40.82%
B=25.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105129820.1900.360.4990.6422.2741.37
Hex69815213024315b1629
Octal15120112223044611332651
Binary1101001100000011010010100110100100110001101101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698152; }

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

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

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

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

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

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

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

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