Html Css Color HEX #698450 Dingley

📋 copy color: '#698450'

red 105 ◦ green 132 ◦ blue 80

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

Shades of Dingley #698450

Tints of Dingley #698450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

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

R = 33.12%
G = 41.64%
B = 25.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#698450 (or 0x698450) is known color: Dingley. HEX triplet: 69, 84 and 50. RGB value is (105,132,80). Sum of RGB (Red+Green+Blue) = 105+132+80=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #698450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698450 is #967BAF. Grayscale: #767676. Windows color (decimal): -9862064 or 5276777. OLE color: 5276777.

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

Color convert

RGB 105 132 80 -
CMYK 0.20 0 0.39 0.48
HSL 91.15º 0.25% 0.42% -
HSV(B) 91.15º 0.39% 0.52% -
XYZ 15.52 20.08 10.65 -
YUV 118 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 105 132 80 0.20 0 0.39 0.48 91.15 0.25 0.42
Hex 69 84 50 14 0 27 30 5B 19 2A
Octal 151 204 120 24 0 47 60 133 31 52
Binary 1101001 10000100 1010000 10100 0 100111 110000 1011011 11001 101010

Color Harmonies of #698450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698450

Black with #698450

Text Example


Text Example

White with #698450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698450; }

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

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

background-color css

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

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

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

border-color css

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

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

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