Html Css Color HEX #698440 Dingley

📋 copy color: '#698440'

red 105 ◦ green 132 ◦ blue 64

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

Shades of Dingley #698440

Tints of Dingley #698440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.85%

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

R = 34.88%
G = 43.85%
B = 21.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#698440 (or 0x698440) is known color: Dingley. HEX triplet: 69, 84 and 40. RGB value is (105,132,64). Sum of RGB (Red+Green+Blue) = 105+132+64=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #698440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698440 is #967BBF. Grayscale: #747474. Windows color (decimal): -9862080 or 4228201. OLE color: 4228201.

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

Color convert

RGB 105 132 64 -
CMYK 0.20 0 0.52 0.48
HSL 83.82º 0.35% 0.38% -
HSV(B) 83.82º 0.52% 0.52% -
XYZ 15 19.88 7.9 -
YUV 116.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 105 132 64 0.20 0 0.52 0.48 83.82 0.35 0.38
Hex 69 84 40 14 0 34 30 54 23 26
Octal 151 204 100 24 0 64 60 124 43 46
Binary 1101001 10000100 1000000 10100 0 110100 110000 1010100 100011 100110

Color Harmonies of #698440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698440

Black with #698440

Text Example


Text Example

White with #698440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698440; }

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

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

background-color css

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

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

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

border-color css

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

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

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