Html Css Color HEX #697B45 Dingley

📋 copy color: '#697B45'

red 105 ◦ green 123 ◦ blue 69

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

Shades of Dingley #697B45

Tints of Dingley #697B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 35.35%
G = 41.41%
B = 23.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#697B45 (or 0x697B45) is known color: Dingley. HEX triplet: 69, 7B and 45. RGB value is (105,123,69). Sum of RGB (Red+Green+Blue) = 105+123+69=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #697B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B45 is #9684BA. Grayscale: #6F6F6F. Windows color (decimal): -9864379 or 4553577. OLE color: 4553577.

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

Color convert

RGB 105 123 69 -
CMYK 0.15 0 0.44 0.52
HSL 80º 0.28% 0.38% -
HSV(B) 80º 0.44% 0.48% -
XYZ 13.98 17.6 8.29 -
YUV 111.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 105 123 69 0.15 0 0.44 0.52 80 0.28 0.38
Hex 69 7B 45 F 0 2C 34 50 1C 26
Octal 151 173 105 17 0 54 64 120 34 46
Binary 1101001 1111011 1000101 1111 0 101100 110100 1010000 11100 100110

Color Harmonies of #697B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B45

Black with #697B45

Text Example


Text Example

White with #697B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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