Html Css Color HEX #698350 Dingley

📋 copy color: '#698350'

red 105 ◦ green 131 ◦ blue 80

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

Shades of Dingley #698350

Tints of Dingley #698350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 33.23%
G = 41.46%
B = 25.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#698350 (or 0x698350) is known color: Dingley. HEX triplet: 69, 83 and 50. RGB value is (105,131,80). Sum of RGB (Red+Green+Blue) = 105+131+80=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #698350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698350 is #967CAF. Grayscale: #757575. Windows color (decimal): -9862320 or 5276521. OLE color: 5276521.

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

Color convert

RGB 105 131 80 -
CMYK 0.20 0 0.39 0.49
HSL 90.59º 0.24% 0.41% -
HSV(B) 90.59º 0.39% 0.51% -
XYZ 15.39 19.82 10.6 -
YUV 117.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 105 131 80 0.20 0 0.39 0.49 90.59 0.24 0.41
Hex 69 83 50 14 0 27 31 5B 18 29
Octal 151 203 120 24 0 47 61 133 30 51
Binary 1101001 10000011 1010000 10100 0 100111 110001 1011011 11000 101001

Color Harmonies of #698350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698350

Black with #698350

Text Example


Text Example

White with #698350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698350; }

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

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

background-color css

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

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

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

border-color css

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

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

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