Html Css Color HEX #698140 Dingley

📋 copy color: '#698140'

red 105 ◦ green 129 ◦ blue 64

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

Shades of Dingley #698140

Tints of Dingley #698140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 35.23%
G = 43.29%
B = 21.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#698140 (or 0x698140) is known color: Dingley. HEX triplet: 69, 81 and 40. RGB value is (105,129,64). Sum of RGB (Red+Green+Blue) = 105+129+64=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #698140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698140 is #967EBF. Grayscale: #727272. Windows color (decimal): -9862848 or 4227433. OLE color: 4227433.

HSL color Cylindrical-coordinate representation of color #698140: hue angle of 82.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698140 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 64 -
CMYK 0.19 0 0.50 0.49
HSL 82.15º 0.34% 0.38% -
HSV(B) 82.15º 0.5% 0.51% -
XYZ 14.6 19.07 7.76 -
YUV 114.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 105 129 64 0.19 0 0.50 0.49 82.15 0.34 0.38
Hex 69 81 40 13 0 32 31 52 22 26
Octal 151 201 100 23 0 62 61 122 42 46
Binary 1101001 10000001 1000000 10011 0 110010 110001 1010010 100010 100110

Color Harmonies of #698140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698140

Black with #698140

Text Example


Text Example

White with #698140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698140; }

 p { color: rgb(105,129,64); }

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

background-color css

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

 a { background-color: rgb(105,129,64); }

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

border-color css

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

 span { border-color: rgb(105,129,64); }

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