Html Css Color HEX #708148 Dingley

📋 copy color: '#708148'

red 112 ◦ green 129 ◦ blue 72

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

Shades of Dingley #708148

Tints of Dingley #708148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 35.78%
G = 41.21%
B = 23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#708148 (or 0x708148) is known color: Dingley. HEX triplet: 70, 81 and 48. RGB value is (112,129,72). Sum of RGB (Red+Green+Blue) = 112+129+72=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #708148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708148 is #8F7EB7. Grayscale: #757575. Windows color (decimal): -9404088 or 4751728. OLE color: 4751728.

HSL color Cylindrical-coordinate representation of color #708148: hue angle of 77.89º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708148 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 72 -
CMYK 0.13 0 0.44 0.49
HSL 77.89º 0.28% 0.39% -
HSV(B) 77.89º 0.44% 0.51% -
XYZ 15.7 19.61 9.09 -
YUV 117.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 112 129 72 0.13 0 0.44 0.49 77.89 0.28 0.39
Hex 70 81 48 D 0 2C 31 4E 1C 27
Octal 160 201 110 15 0 54 61 116 34 47
Binary 1110000 10000001 1001000 1101 0 101100 110001 1001110 11100 100111

Color Harmonies of #708148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708148

Black with #708148

Text Example


Text Example

White with #708148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708148; }

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

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

background-color css

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

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

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

border-color css

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

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

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