Html Css Color HEX #698248 Dingley

📋 copy color: '#698248'

red 105 ◦ green 130 ◦ blue 72

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

Shades of Dingley #698248

Tints of Dingley #698248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 34.2%
G = 42.35%
B = 23.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#698248 (or 0x698248) is known color: Dingley. HEX triplet: 69, 82 and 48. RGB value is (105,130,72). Sum of RGB (Red+Green+Blue) = 105+130+72=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #698248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698248 is #967DB7. Grayscale: #747474. Windows color (decimal): -9862584 or 4751977. OLE color: 4751977.

HSL color Cylindrical-coordinate representation of color #698248: hue angle of 85.86º 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 #698248 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 72 -
CMYK 0.19 0 0.45 0.49
HSL 85.86º 0.29% 0.4% -
HSV(B) 85.86º 0.45% 0.51% -
XYZ 14.98 19.44 9.09 -
YUV 115.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 105 130 72 0.19 0 0.45 0.49 85.86 0.29 0.4
Hex 69 82 48 13 0 2D 31 56 1D 28
Octal 151 202 110 23 0 55 61 126 35 50
Binary 1101001 10000010 1001000 10011 0 101101 110001 1010110 11101 101000

Color Harmonies of #698248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698248

Black with #698248

Text Example


Text Example

White with #698248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698248; }

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

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

background-color css

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

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

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

border-color css

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

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

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