Html Css Color HEX #708043 Dingley

📋 copy color: '#708043'

red 112 ◦ green 128 ◦ blue 67

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

Shades of Dingley #708043

Tints of Dingley #708043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

 BLUE value IS 67 (26.56% from 255) = 21.82%

R = 36.48%
G = 41.69%
B = 21.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#708043 (or 0x708043) is known color: Dingley. HEX triplet: 70, 80 and 43. RGB value is (112,128,67). Sum of RGB (Red+Green+Blue) = 112+128+67=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #708043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708043 is #8F7FBC. Grayscale: #747474. Windows color (decimal): -9404349 or 4423792. OLE color: 4423792.

HSL color Cylindrical-coordinate representation of color #708043: hue angle of 75.74º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708043 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 67 -
CMYK 0.12 0 0.48 0.50
HSL 75.74º 0.31% 0.38% -
HSV(B) 75.74º 0.48% 0.5% -
XYZ 15.41 19.29 8.22 -
YUV 116.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 112 128 67 0.12 0 0.48 0.50 75.74 0.31 0.38
Hex 70 80 43 C 0 30 32 4C 1F 26
Octal 160 200 103 14 0 60 62 114 37 46
Binary 1110000 10000000 1000011 1100 0 110000 110010 1001100 11111 100110

Color Harmonies of #708043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708043

Black with #708043

Text Example


Text Example

White with #708043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708043; }

 p { color: rgb(112,128,67); }

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

background-color css

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

 a { background-color: rgb(112,128,67); }

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

border-color css

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

 span { border-color: rgb(112,128,67); }

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