Html Css Color HEX #697D44 Dingley

📋 copy color: '#697D44'

red 105 ◦ green 125 ◦ blue 68

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

Shades of Dingley #697D44

Tints of Dingley #697D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 35.23%
G = 41.95%
B = 22.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#697D44 (or 0x697D44) is known color: Dingley. HEX triplet: 69, 7D and 44. RGB value is (105,125,68). Sum of RGB (Red+Green+Blue) = 105+125+68=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #697D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D44 is #9682BB. Grayscale: #707070. Windows color (decimal): -9863868 or 4488553. OLE color: 4488553.

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

Color convert

RGB 105 125 68 -
CMYK 0.16 0 0.46 0.51
HSL 81.05º 0.3% 0.38% -
HSV(B) 81.05º 0.46% 0.49% -
XYZ 14.2 18.09 8.21 -
YUV 112.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 105 125 68 0.16 0 0.46 0.51 81.05 0.3 0.38
Hex 69 7D 44 10 0 2E 33 51 1E 26
Octal 151 175 104 20 0 56 63 121 36 46
Binary 1101001 1111101 1000100 10000 0 101110 110011 1010001 11110 100110

Color Harmonies of #697D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D44

Black with #697D44

Text Example


Text Example

White with #697D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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