Html Css Color HEX #697B47 Dingley

📋 copy color: '#697B47'

red 105 ◦ green 123 ◦ blue 71

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

Shades of Dingley #697B47

Tints of Dingley #697B47

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.14%

 BLUE value IS 71 (28.13% from 255) = 23.75%

R = 35.12%
G = 41.14%
B = 23.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#697B47 (or 0x697B47) is known color: Dingley. HEX triplet: 69, 7B and 47. RGB value is (105,123,71). Sum of RGB (Red+Green+Blue) = 105+123+71=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #697B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B47 is #9684B8. Grayscale: #6F6F6F. Windows color (decimal): -9864377 or 4684649. OLE color: 4684649.

HSL color Cylindrical-coordinate representation of color #697B47: hue angle of 80.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697B47 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 71 -
CMYK 0.15 0 0.42 0.52
HSL 80.77º 0.27% 0.38% -
HSV(B) 80.77º 0.42% 0.48% -
XYZ 14.05 17.62 8.62 -
YUV 111.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 105 123 71 0.15 0 0.42 0.52 80.77 0.27 0.38
Hex 69 7B 47 F 0 2A 34 51 1B 26
Octal 151 173 107 17 0 52 64 121 33 46
Binary 1101001 1111011 1000111 1111 0 101010 110100 1010001 11011 100110

Color Harmonies of #697B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B47

Black with #697B47

Text Example


Text Example

White with #697B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,123,71); }

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

background-color css

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

 a { background-color: rgb(105,123,71); }

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

border-color css

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

 span { border-color: rgb(105,123,71); }

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