Html Css Color HEX #698240 Dingley

📋 copy color: '#698240'

red 105 ◦ green 130 ◦ blue 64

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

Shades of Dingley #698240

Tints of Dingley #698240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

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

R = 35.12%
G = 43.48%
B = 21.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#698240 (or 0x698240) is known color: Dingley. HEX triplet: 69, 82 and 40. RGB value is (105,130,64). Sum of RGB (Red+Green+Blue) = 105+130+64=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #698240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698240 is #967DBF. Grayscale: #737373. Windows color (decimal): -9862592 or 4227689. OLE color: 4227689.

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

Color convert

RGB 105 130 64 -
CMYK 0.19 0 0.51 0.49
HSL 82.73º 0.34% 0.38% -
HSV(B) 82.73º 0.51% 0.51% -
XYZ 14.73 19.34 7.81 -
YUV 115 99.22 120.87 -
System Red Green Blue C M Y K H S L
Decimal 105 130 64 0.19 0 0.51 0.49 82.73 0.34 0.38
Hex 69 82 40 13 0 33 31 53 22 26
Octal 151 202 100 23 0 63 61 123 42 46
Binary 1101001 10000010 1000000 10011 0 110011 110001 1010011 100010 100110

Color Harmonies of #698240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698240

Black with #698240

Text Example


Text Example

White with #698240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698240; }

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

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

background-color css

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

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

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

border-color css

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

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

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