Html Css Color HEX #698648 Dingley

📋 copy color: '#698648'

red 105 ◦ green 134 ◦ blue 72

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

Shades of Dingley #698648

Tints of Dingley #698648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

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

R = 33.76%
G = 43.09%
B = 23.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#698648 (or 0x698648) is known color: Dingley. HEX triplet: 69, 86 and 48. RGB value is (105,134,72). Sum of RGB (Red+Green+Blue) = 105+134+72=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #698648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698648 is #9679B7. Grayscale: #767676. Windows color (decimal): -9861560 or 4753001. OLE color: 4753001.

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

Color convert

RGB 105 134 72 -
CMYK 0.22 0 0.46 0.47
HSL 88.06º 0.3% 0.4% -
HSV(B) 88.06º 0.46% 0.53% -
XYZ 15.52 20.52 9.27 -
YUV 118.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 105 134 72 0.22 0 0.46 0.47 88.06 0.3 0.4
Hex 69 86 48 16 0 2E 2F 58 1E 28
Octal 151 206 110 26 0 56 57 130 36 50
Binary 1101001 10000110 1001000 10110 0 101110 101111 1011000 11110 101000

Color Harmonies of #698648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698648

Black with #698648

Text Example


Text Example

White with #698648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698648; }

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

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

background-color css

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

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

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

border-color css

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

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

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