Html Css Color HEX #707947 Siam

📋 copy color: '#707947'

red 112 ◦ green 121 ◦ blue 71

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

Shades of Siam #707947

Tints of Siam #707947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 36.84%
G = 39.8%
B = 23.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#707947 (or 0x707947) is known color: Siam. HEX triplet: 70, 79 and 47. RGB value is (112,121,71). Sum of RGB (Red+Green+Blue) = 112+121+71=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #707947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707947 is #8F86B8. Grayscale: #707070. Windows color (decimal): -9406137 or 4684144. OLE color: 4684144.

HSL color Cylindrical-coordinate representation of color #707947: hue angle of 70.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707947 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 71 -
CMYK 0.07 0 0.41 0.53
HSL 70.8º 0.26% 0.38% -
HSV(B) 70.8º 0.41% 0.47% -
XYZ 14.66 17.57 8.58 -
YUV 112.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 112 121 71 0.07 0 0.41 0.53 70.8 0.26 0.38
Hex 70 79 47 7 0 29 35 47 1A 26
Octal 160 171 107 7 0 51 65 107 32 46
Binary 1110000 1111001 1000111 111 0 101001 110101 1000111 11010 100110

Color Harmonies of #707947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707947

Black with #707947

Text Example


Text Example

White with #707947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707947; }

 p { color: rgb(112,121,71); }

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

background-color css

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

 a { background-color: rgb(112,121,71); }

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

border-color css

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

 span { border-color: rgb(112,121,71); }

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