Html Css Color HEX #698341 Dingley

📋 copy color: '#698341'

red 105 ◦ green 131 ◦ blue 65

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

Shades of Dingley #698341

Tints of Dingley #698341

RGB

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

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

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

R = 34.88%
G = 43.52%
B = 21.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#698341 (or 0x698341) is known color: Dingley. HEX triplet: 69, 83 and 41. RGB value is (105,131,65). Sum of RGB (Red+Green+Blue) = 105+131+65=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #698341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698341 is #967CBE. Grayscale: #737373. Windows color (decimal): -9862335 or 4293481. OLE color: 4293481.

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

Color convert

RGB 105 131 65 -
CMYK 0.20 0 0.50 0.49
HSL 83.64º 0.34% 0.38% -
HSV(B) 83.64º 0.5% 0.51% -
XYZ 14.9 19.62 8 -
YUV 115.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 105 131 65 0.20 0 0.50 0.49 83.64 0.34 0.38
Hex 69 83 41 14 0 32 31 54 22 26
Octal 151 203 101 24 0 62 61 124 42 46
Binary 1101001 10000011 1000001 10100 0 110010 110001 1010100 100010 100110

Color Harmonies of #698341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698341

Black with #698341

Text Example


Text Example

White with #698341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698341; }

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

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

background-color css

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

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

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

border-color css

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

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

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