Html Css Color HEX #698549 Dingley

📋 copy color: '#698549'

red 105 ◦ green 133 ◦ blue 73

#698549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #698549

Tints of Dingley #698549

RGB

 RED value IS 105 (41.41% from 255) = 33.76%

 GREEN value IS 133 (52.34% from 255) = 42.77%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 33.76%
G = 42.77%
B = 23.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#698549 (or 0x698549) is known color: Dingley. HEX triplet: 69, 85 and 49. RGB value is (105,133,73). Sum of RGB (Red+Green+Blue) = 105+133+73=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #698549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698549 is #967AB6. Grayscale: #767676. Windows color (decimal): -9861815 or 4818281. OLE color: 4818281.

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

Color convert

RGB 105 133 73 -
CMYK 0.21 0 0.45 0.48
HSL 88º 0.29% 0.4% -
HSV(B) 88º 0.45% 0.52% -
XYZ 15.42 20.26 9.4 -
YUV 117.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 105 133 73 0.21 0 0.45 0.48 88 0.29 0.4
Hex 69 85 49 15 0 2D 30 58 1D 28
Octal 151 205 111 25 0 55 60 130 35 50
Binary 1101001 10000101 1001001 10101 0 101101 110000 1011000 11101 101000

Color Harmonies of #698549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698549

Black with #698549

Text Example


Text Example

White with #698549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698549; }

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

 H1.HeaderClassName
 {
   color: #698549;
 }
 .AnyTagClassName
 {
   color: #698549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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