Html Css Color HEX #709246 Dingley

📋 copy color: '#709246'

red 112 ◦ green 146 ◦ blue 70

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

Shades of Dingley #709246

Tints of Dingley #709246

RGB

 RED value IS 112 (44.14% from 255) = 34.15%

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

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 34.15%
G = 44.51%
B = 21.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#709246 (or 0x709246) is known color: Dingley. HEX triplet: 70, 92 and 46. RGB value is (112,146,70). Sum of RGB (Red+Green+Blue) = 112+146+70=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #709246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709246 is #8F6DB9. Grayscale: #7F7F7F. Windows color (decimal): -9399738 or 4625008. OLE color: 4625008.

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

Color convert

RGB 112 146 70 -
CMYK 0.23 0 0.52 0.43
HSL 86.84º 0.35% 0.42% -
HSV(B) 86.84º 0.52% 0.57% -
XYZ 18.07 24.44 9.56 -
YUV 127.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 112 146 70 0.23 0 0.52 0.43 86.84 0.35 0.42
Hex 70 92 46 17 0 34 2B 57 23 2A
Octal 160 222 106 27 0 64 53 127 43 52
Binary 1110000 10010010 1000110 10111 0 110100 101011 1010111 100011 101010

Color Harmonies of #709246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709246

Black with #709246

Text Example


Text Example

White with #709246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709246; }

 p { color: rgb(112,146,70); }

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

background-color css

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

 a { background-color: rgb(112,146,70); }

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

border-color css

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

 span { border-color: rgb(112,146,70); }

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