Html Css Color HEX #698348 Dingley

📋 copy color: '#698348'

red 105 ◦ green 131 ◦ blue 72

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

Shades of Dingley #698348

Tints of Dingley #698348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 34.09%
G = 42.53%
B = 23.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#698348 (or 0x698348) is known color: Dingley. HEX triplet: 69, 83 and 48. RGB value is (105,131,72). Sum of RGB (Red+Green+Blue) = 105+131+72=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #698348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698348 is #967CB7. Grayscale: #747474. Windows color (decimal): -9862328 or 4752233. OLE color: 4752233.

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

Color convert

RGB 105 131 72 -
CMYK 0.20 0 0.45 0.49
HSL 86.44º 0.29% 0.4% -
HSV(B) 86.44º 0.45% 0.51% -
XYZ 15.11 19.7 9.14 -
YUV 116.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 105 131 72 0.20 0 0.45 0.49 86.44 0.29 0.4
Hex 69 83 48 14 0 2D 31 56 1D 28
Octal 151 203 110 24 0 55 61 126 35 50
Binary 1101001 10000011 1001000 10100 0 101101 110001 1010110 11101 101000

Color Harmonies of #698348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698348

Black with #698348

Text Example


Text Example

White with #698348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698348; }

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

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

background-color css

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

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

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

border-color css

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

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

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