Html Css Color HEX #698141 Dingley

📋 copy color: '#698141'

red 105 ◦ green 129 ◦ blue 65

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

Shades of Dingley #698141

Tints of Dingley #698141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 35.12%
G = 43.14%
B = 21.74%

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

#698141 (or 0x698141) is known color: Dingley. HEX triplet: 69, 81 and 41. RGB value is (105,129,65). Sum of RGB (Red+Green+Blue) = 105+129+65=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #698141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698141 is #967EBE. Grayscale: #727272. Windows color (decimal): -9862847 or 4292969. OLE color: 4292969.

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

Color convert

RGB 105 129 65 -
CMYK 0.19 0 0.50 0.49
HSL 82.5º 0.33% 0.38% -
HSV(B) 82.5º 0.5% 0.51% -
XYZ 14.63 19.09 7.91 -
YUV 114.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 105 129 65 0.19 0 0.50 0.49 82.5 0.33 0.38
Hex 69 81 41 13 0 32 31 52 21 26
Octal 151 201 101 23 0 62 61 122 41 46
Binary 1101001 10000001 1000001 10011 0 110010 110001 1010010 100001 100110

Color Harmonies of #698141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698141

Black with #698141

Text Example


Text Example

White with #698141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698141; }

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

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

background-color css

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

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

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

border-color css

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

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

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