Html Css Color HEX #697B41 Dingley

📋 copy color: '#697B41'

red 105 ◦ green 123 ◦ blue 65

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

Shades of Dingley #697B41

Tints of Dingley #697B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.98%

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

R = 35.84%
G = 41.98%
B = 22.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#697B41 (or 0x697B41) is known color: Dingley. HEX triplet: 69, 7B and 41. RGB value is (105,123,65). Sum of RGB (Red+Green+Blue) = 105+123+65=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #697B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B41 is #9684BE. Grayscale: #6F6F6F. Windows color (decimal): -9864383 or 4291433. OLE color: 4291433.

HSL color Cylindrical-coordinate representation of color #697B41: hue angle of 78.62º degrees, saturation: 0.31, 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 #697B41 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 65 -
CMYK 0.15 0 0.47 0.52
HSL 78.62º 0.31% 0.37% -
HSV(B) 78.62º 0.47% 0.48% -
XYZ 13.86 17.55 7.66 -
YUV 111.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 105 123 65 0.15 0 0.47 0.52 78.62 0.31 0.37
Hex 69 7B 41 F 0 2F 34 4F 1F 25
Octal 151 173 101 17 0 57 64 117 37 45
Binary 1101001 1111011 1000001 1111 0 101111 110100 1001111 11111 100101

Color Harmonies of #697B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B41

Black with #697B41

Text Example


Text Example

White with #697B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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