Html Css Color HEX #698246 Dingley

📋 copy color: '#698246'

red 105 ◦ green 130 ◦ blue 70

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

Shades of Dingley #698246

Tints of Dingley #698246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 34.43%
G = 42.62%
B = 22.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#698246 (or 0x698246) is known color: Dingley. HEX triplet: 69, 82 and 46. RGB value is (105,130,70). Sum of RGB (Red+Green+Blue) = 105+130+70=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #698246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698246 is #967DB9. Grayscale: #737373. Windows color (decimal): -9862586 or 4620905. OLE color: 4620905.

HSL color Cylindrical-coordinate representation of color #698246: hue angle of 85º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698246 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 70 -
CMYK 0.19 0 0.46 0.49
HSL 85º 0.3% 0.39% -
HSV(B) 85º 0.46% 0.51% -
XYZ 14.91 19.41 8.75 -
YUV 115.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 105 130 70 0.19 0 0.46 0.49 85 0.3 0.39
Hex 69 82 46 13 0 2E 31 55 1E 27
Octal 151 202 106 23 0 56 61 125 36 47
Binary 1101001 10000010 1000110 10011 0 101110 110001 1010101 11110 100111

Color Harmonies of #698246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698246

Black with #698246

Text Example


Text Example

White with #698246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698246; }

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

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

background-color css

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

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

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

border-color css

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

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

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