#698741

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

Shades of Dingley #698741

Tints of Dingley #698741

Color information

#698741 (or 0x698741) is unknown color: approx Dingley. HEX triplet: 69, 87 and 41. RGB value is (105,135,65). Sum of RGB (Red+Green+Blue) = 105+135+65=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #698741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698741 is #9678BE. Grayscale: #767676. Windows color (decimal): -9861311 or 4294505. OLE color: 4294505.

HSL color Cylindrical-coordinate representation of color #698741: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698741 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB10513565-
CMYK0.2200.520.47
HSL85.71º35%39.22%-
HSV(B)85.71º51.85%52.94%-
XYZ15.4420.718.19-
YUV118.0598.06118.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 65 (25.78% from 255) = 21.31%
R=34.43%
G=44.26%
B=21.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135650.2200.520.4785.713539.22
Hex698741160342F562327
Octal15120710126064571264347
Binary11010011000011110000011011001101001011111010110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698741; }

 p { color: rgb(105,135,65); }

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

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

 a { background-color: rgb(105,135,65); }

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

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

 span { border-color: rgb(105,135,65); }

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