Html Css Color HEX #697C42 Dingley

📋 copy color: '#697C42'

red 105 ◦ green 124 ◦ blue 66

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

Shades of Dingley #697C42

Tints of Dingley #697C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 35.59%
G = 42.03%
B = 22.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#697C42 (or 0x697C42) is known color: Dingley. HEX triplet: 69, 7C and 42. RGB value is (105,124,66). Sum of RGB (Red+Green+Blue) = 105+124+66=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #697C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697C42 is #9683BD. Grayscale: #6F6F6F. Windows color (decimal): -9864126 or 4357225. OLE color: 4357225.

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

Color convert

RGB 105 124 66 -
CMYK 0.15 0 0.47 0.51
HSL 79.66º 0.31% 0.37% -
HSV(B) 79.66º 0.47% 0.49% -
XYZ 14.02 17.81 7.85 -
YUV 111.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 105 124 66 0.15 0 0.47 0.51 79.66 0.31 0.37
Hex 69 7C 42 F 0 2F 33 50 1F 25
Octal 151 174 102 17 0 57 63 120 37 45
Binary 1101001 1111100 1000010 1111 0 101111 110011 1010000 11111 100101

Color Harmonies of #697C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C42

Black with #697C42

Text Example


Text Example

White with #697C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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