#709148

Color #709148 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #709148

Tints of Dingley #709148

Color information

#709148 (or 0x709148) is unknown color: approx Dingley. HEX triplet: 70, 91 and 48. RGB value is (112,145,72). Sum of RGB (Red+Green+Blue) = 112+145+72=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #709148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709148 is #8F6EB7. Grayscale: #7F7F7F. Windows color (decimal): -9399992 or 4755824. OLE color: 4755824.

HSL color Cylindrical-coordinate representation of color #709148: hue angle of 87.12º degrees, saturation: 0.34, 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 #709148 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB11214572-
CMYK0.2300.500.43
HSL87.12º33.64%42.55%-
HSV(B)87.12º50.34%56.86%-
XYZ17.9824.169.85-
YUV126.8197.07117.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=34.04%
G=44.07%
B=21.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145720.2300.500.4387.1233.6442.55
Hex709148170322B57222b
Octal16022111027062531274253
Binary11100001001000110010001011101100101010111010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709148; }

 p { color: rgb(112,145,72); }

 H1.HeaderClassName
 {
   color: #709148;
 }
 .AnyTagClassName
 {
   color: #709148;
 }
</style>
background-color css

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

 a { background-color: rgb(112,145,72); }

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

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

 span { border-color: rgb(112,145,72); }

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