Html Css Color HEX #697B3F Dingley

📋 copy color: '#697B3F'

red 105 ◦ green 123 ◦ blue 63

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

Shades of Dingley #697B3F

Tints of Dingley #697B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 36.08%
G = 42.27%
B = 21.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#697B3F (or 0x697B3F) is known color: Dingley. HEX triplet: 69, 7B and 3F. RGB value is (105,123,63). Sum of RGB (Red+Green+Blue) = 105+123+63=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #697B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697B3F is #9684C0. Grayscale: #6F6F6F. Windows color (decimal): -9864385 or 4160361. OLE color: 4160361.

HSL color Cylindrical-coordinate representation of color #697B3F: hue angle of 78º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697B3F is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 63 -
CMYK 0.15 0 0.49 0.52
HSL 78º 0.32% 0.36% -
HSV(B) 78º 0.49% 0.48% -
XYZ 13.81 17.53 7.36 -
YUV 110.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 105 123 63 0.15 0 0.49 0.52 78 0.32 0.36
Hex 69 7B 3F F 0 31 34 4E 20 24
Octal 151 173 77 17 0 61 64 116 40 44
Binary 1101001 1111011 111111 1111 0 110001 110100 1001110 100000 100100

Color Harmonies of #697B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B3F

Black with #697B3F

Text Example


Text Example

White with #697B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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