Html Css Color HEX #699247 Dingley

📋 copy color: '#699247'

red 105 ◦ green 146 ◦ blue 71

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

Shades of Dingley #699247

Tints of Dingley #699247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 32.61%
G = 45.34%
B = 22.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#699247 (or 0x699247) is known color: Dingley. HEX triplet: 69, 92 and 47. RGB value is (105,146,71). Sum of RGB (Red+Green+Blue) = 105+146+71=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #699247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699247 is #966DB8. Grayscale: #7D7D7D. Windows color (decimal): -9858489 or 4690537. OLE color: 4690537.

HSL color Cylindrical-coordinate representation of color #699247: hue angle of 92.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #699247 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 71 -
CMYK 0.28 0 0.51 0.43
HSL 92.8º 0.35% 0.43% -
HSV(B) 92.8º 0.51% 0.57% -
XYZ 17.24 24.02 9.69 -
YUV 125.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 105 146 71 0.28 0 0.51 0.43 92.8 0.35 0.43
Hex 69 92 47 1C 0 33 2B 5D 23 2B
Octal 151 222 107 34 0 63 53 135 43 53
Binary 1101001 10010010 1000111 11100 0 110011 101011 1011101 100011 101011

Color Harmonies of #699247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699247

Black with #699247

Text Example


Text Example

White with #699247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699247; }

 p { color: rgb(105,146,71); }

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

background-color css

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

 a { background-color: rgb(105,146,71); }

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

border-color css

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

 span { border-color: rgb(105,146,71); }

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