Html Css Color HEX #699249 Dingley

📋 copy color: '#699249'

red 105 ◦ green 146 ◦ blue 73

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

Shades of Dingley #699249

Tints of Dingley #699249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 32.41%
G = 45.06%
B = 22.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#699249 (or 0x699249) is known color: Dingley. HEX triplet: 69, 92 and 49. RGB value is (105,146,73). Sum of RGB (Red+Green+Blue) = 105+146+73=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #699249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699249 is #966DB6. Grayscale: #7D7D7D. Windows color (decimal): -9858487 or 4821609. OLE color: 4821609.

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

Color convert

RGB 105 146 73 -
CMYK 0.28 0 0.5 0.43
HSL 93.7º 0.33% 0.43% -
HSV(B) 93.7º 0.5% 0.57% -
XYZ 17.31 24.04 10.03 -
YUV 125.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 105 146 73 0.28 0 0.5 0.43 93.7 0.33 0.43
Hex 69 92 49 1C 0 32 2B 5E 21 2B
Octal 151 222 111 34 0 62 53 136 41 53
Binary 1101001 10010010 1001001 11100 0 110010 101011 1011110 100001 101011

Color Harmonies of #699249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699249

Black with #699249

Text Example


Text Example

White with #699249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699249; }

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

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

background-color css

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

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

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

border-color css

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

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

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