Html Css Color HEX #697A41 Dingley

📋 copy color: '#697A41'

red 105 ◦ green 122 ◦ blue 65

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

Shades of Dingley #697A41

Tints of Dingley #697A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 35.96%
G = 41.78%
B = 22.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#697A41 (or 0x697A41) is known color: Dingley. HEX triplet: 69, 7A and 41. RGB value is (105,122,65). Sum of RGB (Red+Green+Blue) = 105+122+65=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #697A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697A41 is #9685BE. Grayscale: #6E6E6E. Windows color (decimal): -9864639 or 4291177. OLE color: 4291177.

HSL color Cylindrical-coordinate representation of color #697A41: hue angle of 77.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #697A41 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 122 65 -
CMYK 0.14 0 0.47 0.52
HSL 77.89º 0.3% 0.37% -
HSV(B) 77.89º 0.47% 0.48% -
XYZ 13.74 17.3 7.62 -
YUV 110.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 105 122 65 0.14 0 0.47 0.52 77.89 0.3 0.37
Hex 69 7A 41 E 0 2F 34 4E 1E 25
Octal 151 172 101 16 0 57 64 116 36 45
Binary 1101001 1111010 1000001 1110 0 101111 110100 1001110 11110 100101

Color Harmonies of #697A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A41

Black with #697A41

Text Example


Text Example

White with #697A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,122,65); }

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

background-color css

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

 a { background-color: rgb(105,122,65); }

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

border-color css

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

 span { border-color: rgb(105,122,65); }

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