Html Css Color HEX #698048 Dingley

📋 copy color: '#698048'

red 105 ◦ green 128 ◦ blue 72

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

Shades of Dingley #698048

Tints of Dingley #698048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

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

R = 34.43%
G = 41.97%
B = 23.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#698048 (or 0x698048) is known color: Dingley. HEX triplet: 69, 80 and 48. RGB value is (105,128,72). Sum of RGB (Red+Green+Blue) = 105+128+72=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #698048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698048 is #967FB7. Grayscale: #727272. Windows color (decimal): -9863096 or 4751465. OLE color: 4751465.

HSL color Cylindrical-coordinate representation of color #698048: hue angle of 84.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698048 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 72 -
CMYK 0.18 0 0.44 0.50
HSL 84.64º 0.28% 0.39% -
HSV(B) 84.64º 0.44% 0.5% -
XYZ 14.71 18.91 9.01 -
YUV 114.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 105 128 72 0.18 0 0.44 0.50 84.64 0.28 0.39
Hex 69 80 48 12 0 2C 32 55 1C 27
Octal 151 200 110 22 0 54 62 125 34 47
Binary 1101001 10000000 1001000 10010 0 101100 110010 1010101 11100 100111

Color Harmonies of #698048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698048

Black with #698048

Text Example


Text Example

White with #698048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698048; }

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

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

background-color css

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

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

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

border-color css

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

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

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