Html Css Color HEX #698550 Dingley

📋 copy color: '#698550'

red 105 ◦ green 133 ◦ blue 80

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

Shades of Dingley #698550

Tints of Dingley #698550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

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

R = 33.02%
G = 41.82%
B = 25.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#698550 (or 0x698550) is known color: Dingley. HEX triplet: 69, 85 and 50. RGB value is (105,133,80). Sum of RGB (Red+Green+Blue) = 105+133+80=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #698550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698550 is #967AAF. Grayscale: #767676. Windows color (decimal): -9861808 or 5277033. OLE color: 5277033.

HSL color Cylindrical-coordinate representation of color #698550: hue angle of 91.7º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698550 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 80 -
CMYK 0.21 0 0.40 0.48
HSL 91.7º 0.25% 0.42% -
HSV(B) 91.7º 0.4% 0.52% -
XYZ 15.66 20.36 10.69 -
YUV 118.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 105 133 80 0.21 0 0.40 0.48 91.7 0.25 0.42
Hex 69 85 50 15 0 28 30 5C 19 2A
Octal 151 205 120 25 0 50 60 134 31 52
Binary 1101001 10000101 1010000 10101 0 101000 110000 1011100 11001 101010

Color Harmonies of #698550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698550

Black with #698550

Text Example


Text Example

White with #698550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698550; }

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

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

background-color css

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

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

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

border-color css

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

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

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