Html Css Color HEX #697D48 Dingley

📋 copy color: '#697D48'

red 105 ◦ green 125 ◦ blue 72

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

Shades of Dingley #697D48

Tints of Dingley #697D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 34.77%
G = 41.39%
B = 23.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#697D48 (or 0x697D48) is known color: Dingley. HEX triplet: 69, 7D and 48. RGB value is (105,125,72). Sum of RGB (Red+Green+Blue) = 105+125+72=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #697D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D48 is #9682B7. Grayscale: #717171. Windows color (decimal): -9863864 or 4750697. OLE color: 4750697.

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

Color convert

RGB 105 125 72 -
CMYK 0.16 0 0.42 0.51
HSL 82.64º 0.27% 0.39% -
HSV(B) 82.64º 0.42% 0.49% -
XYZ 14.33 18.14 8.88 -
YUV 112.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 105 125 72 0.16 0 0.42 0.51 82.64 0.27 0.39
Hex 69 7D 48 10 0 2A 33 53 1B 27
Octal 151 175 110 20 0 52 63 123 33 47
Binary 1101001 1111101 1001000 10000 0 101010 110011 1010011 11011 100111

Color Harmonies of #697D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D48

Black with #697D48

Text Example


Text Example

White with #697D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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