Html Css Color HEX #697D43 Dingley

📋 copy color: '#697D43'

red 105 ◦ green 125 ◦ blue 67

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

Shades of Dingley #697D43

Tints of Dingley #697D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 35.35%
G = 42.09%
B = 22.56%

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

#697D43 (or 0x697D43) is known color: Dingley. HEX triplet: 69, 7D and 43. RGB value is (105,125,67). Sum of RGB (Red+Green+Blue) = 105+125+67=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #697D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697D43 is #9682BC. Grayscale: #707070. Windows color (decimal): -9863869 or 4423017. OLE color: 4423017.

HSL color Cylindrical-coordinate representation of color #697D43: hue angle of 80.69º 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 #697D43 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 67 -
CMYK 0.16 0 0.46 0.51
HSL 80.69º 0.3% 0.38% -
HSV(B) 80.69º 0.46% 0.49% -
XYZ 14.17 18.08 8.05 -
YUV 112.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 105 125 67 0.16 0 0.46 0.51 80.69 0.3 0.38
Hex 69 7D 43 10 0 2E 33 51 1E 26
Octal 151 175 103 20 0 56 63 121 36 46
Binary 1101001 1111101 1000011 10000 0 101110 110011 1010001 11110 100110

Color Harmonies of #697D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D43

Black with #697D43

Text Example


Text Example

White with #697D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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