Html Css Color HEX #698340 Dingley

📋 copy color: '#698340'

red 105 ◦ green 131 ◦ blue 64

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

Shades of Dingley #698340

Tints of Dingley #698340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 35%
G = 43.67%
B = 21.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#698340 (or 0x698340) is known color: Dingley. HEX triplet: 69, 83 and 40. RGB value is (105,131,64). Sum of RGB (Red+Green+Blue) = 105+131+64=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #698340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698340 is #967CBF. Grayscale: #737373. Windows color (decimal): -9862336 or 4227945. OLE color: 4227945.

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

Color convert

RGB 105 131 64 -
CMYK 0.20 0 0.51 0.49
HSL 83.28º 0.34% 0.38% -
HSV(B) 83.28º 0.51% 0.51% -
XYZ 14.87 19.61 7.85 -
YUV 115.59 98.89 120.45 -
System Red Green Blue C M Y K H S L
Decimal 105 131 64 0.20 0 0.51 0.49 83.28 0.34 0.38
Hex 69 83 40 14 0 33 31 53 22 26
Octal 151 203 100 24 0 63 61 123 42 46
Binary 1101001 10000011 1000000 10100 0 110011 110001 1010011 100010 100110

Color Harmonies of #698340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698340

Black with #698340

Text Example


Text Example

White with #698340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698340; }

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

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

background-color css

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

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

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

border-color css

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

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

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