Html Css Color HEX #697D50 Dingley

📋 copy color: '#697D50'

red 105 ◦ green 125 ◦ blue 80

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

Shades of Dingley #697D50

Tints of Dingley #697D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.32%

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

R = 33.87%
G = 40.32%
B = 25.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#697D50 (or 0x697D50) is known color: Dingley. HEX triplet: 69, 7D and 50. RGB value is (105,125,80). Sum of RGB (Red+Green+Blue) = 105+125+80=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #697D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D50 is #9682AF. Grayscale: #727272. Windows color (decimal): -9863856 or 5274985. OLE color: 5274985.

HSL color Cylindrical-coordinate representation of color #697D50: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #697D50 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 80 -
CMYK 0.16 0 0.36 0.51
HSL 86.67º 0.22% 0.4% -
HSV(B) 86.67º 0.36% 0.49% -
XYZ 14.61 18.25 10.34 -
YUV 113.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 105 125 80 0.16 0 0.36 0.51 86.67 0.22 0.4
Hex 69 7D 50 10 0 24 33 57 16 28
Octal 151 175 120 20 0 44 63 127 26 50
Binary 1101001 1111101 1010000 10000 0 100100 110011 1010111 10110 101000

Color Harmonies of #697D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D50

Black with #697D50

Text Example


Text Example

White with #697D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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