Html Css Color HEX #697E3A Dingley

📋 copy color: '#697E3A'

red 105 ◦ green 126 ◦ blue 58

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

Shades of Dingley #697E3A

Tints of Dingley #697E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.6%

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 36.33%
G = 43.6%
B = 20.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#697E3A (or 0x697E3A) is known color: Dingley. HEX triplet: 69, 7E and 3A. RGB value is (105,126,58). Sum of RGB (Red+Green+Blue) = 105+126+58=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 126 - color contains mainly: green. Hex color #697E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697E3A is #9681C5. Grayscale: #707070. Windows color (decimal): -9863622 or 3833449. OLE color: 3833449.

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

Color convert

RGB 105 126 58 -
CMYK 0.17 0 0.54 0.51
HSL 78.53º 0.37% 0.36% -
HSV(B) 78.53º 0.54% 0.49% -
XYZ 14.05 18.23 6.78 -
YUV 111.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 105 126 58 0.17 0 0.54 0.51 78.53 0.37 0.36
Hex 69 7E 3A 11 0 36 33 4F 25 24
Octal 151 176 72 21 0 66 63 117 45 44
Binary 1101001 1111110 111010 10001 0 110110 110011 1001111 100101 100100

Color Harmonies of #697E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E3A

Black with #697E3A

Text Example


Text Example

White with #697E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,126,58); }

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

background-color css

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

 a { background-color: rgb(105,126,58); }

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

border-color css

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

 span { border-color: rgb(105,126,58); }

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