Html Css Color HEX #697C43 Dingley

📋 copy color: '#697C43'

red 105 ◦ green 124 ◦ blue 67

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

Shades of Dingley #697C43

Tints of Dingley #697C43

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 35.47%
G = 41.89%
B = 22.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#697C43 (or 0x697C43) is known color: Dingley. HEX triplet: 69, 7C and 43. RGB value is (105,124,67). Sum of RGB (Red+Green+Blue) = 105+124+67=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #697C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C43 is #9683BC. Grayscale: #707070. Windows color (decimal): -9864125 or 4422761. OLE color: 4422761.

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

Color convert

RGB 105 124 67 -
CMYK 0.15 0 0.46 0.51
HSL 80º 0.3% 0.37% -
HSV(B) 80º 0.46% 0.49% -
XYZ 14.05 17.82 8.01 -
YUV 111.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 105 124 67 0.15 0 0.46 0.51 80 0.3 0.37
Hex 69 7C 43 F 0 2E 33 50 1E 25
Octal 151 174 103 17 0 56 63 120 36 45
Binary 1101001 1111100 1000011 1111 0 101110 110011 1010000 11110 100101

Color Harmonies of #697C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C43

Black with #697C43

Text Example


Text Example

White with #697C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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