Html Css Color HEX #698353 Dingley

📋 copy color: '#698353'

red 105 ◦ green 131 ◦ blue 83

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

Shades of Dingley #698353

Tints of Dingley #698353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 32.92%
G = 41.07%
B = 26.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#698353 (or 0x698353) is known color: Dingley. HEX triplet: 69, 83 and 53. RGB value is (105,131,83). Sum of RGB (Red+Green+Blue) = 105+131+83=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #698353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698353 is #967CAC. Grayscale: #757575. Windows color (decimal): -9862317 or 5473129. OLE color: 5473129.

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

Color convert

RGB 105 131 83 -
CMYK 0.20 0 0.37 0.49
HSL 92.5º 0.22% 0.42% -
HSV(B) 92.5º 0.37% 0.51% -
XYZ 15.5 19.86 11.2 -
YUV 117.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 105 131 83 0.20 0 0.37 0.49 92.5 0.22 0.42
Hex 69 83 53 14 0 25 31 5C 16 2A
Octal 151 203 123 24 0 45 61 134 26 52
Binary 1101001 10000011 1010011 10100 0 100101 110001 1011100 10110 101010

Color Harmonies of #698353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698353

Black with #698353

Text Example


Text Example

White with #698353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698353; }

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

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

background-color css

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

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

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

border-color css

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

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

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