Html Css Color HEX #707446 Siam

📋 copy color: '#707446'

red 112 ◦ green 116 ◦ blue 70

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

Shades of Siam #707446

Tints of Siam #707446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

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

R = 37.58%
G = 38.93%
B = 23.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#707446 (or 0x707446) is known color: Siam. HEX triplet: 70, 74 and 46. RGB value is (112,116,70). Sum of RGB (Red+Green+Blue) = 112+116+70=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #707446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707446 is #8F8BB9. Grayscale: #6D6D6D. Windows color (decimal): -9407418 or 4617328. OLE color: 4617328.

HSL color Cylindrical-coordinate representation of color #707446: hue angle of 65.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707446 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 70 -
CMYK 0.03 0 0.40 0.55
HSL 65.22º 0.25% 0.36% -
HSV(B) 65.22º 0.4% 0.45% -
XYZ 14.03 16.38 8.22 -
YUV 109.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 112 116 70 0.03 0 0.40 0.55 65.22 0.25 0.36
Hex 70 74 46 3 0 28 37 41 19 24
Octal 160 164 106 3 0 50 67 101 31 44
Binary 1110000 1110100 1000110 11 0 101000 110111 1000001 11001 100100

Color Harmonies of #707446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707446

Black with #707446

Text Example


Text Example

White with #707446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707446; }

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

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

background-color css

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

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

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

border-color css

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

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

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