Html Css Color HEX #707943 Siam

📋 copy color: '#707943'

red 112 ◦ green 121 ◦ blue 67

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

Shades of Siam #707943

Tints of Siam #707943

RGB

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

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

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

R = 37.33%
G = 40.33%
B = 22.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#707943 (or 0x707943) is known color: Siam. HEX triplet: 70, 79 and 43. RGB value is (112,121,67). Sum of RGB (Red+Green+Blue) = 112+121+67=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #707943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707943 is #8F86BC. Grayscale: #707070. Windows color (decimal): -9406141 or 4422000. OLE color: 4422000.

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

Color convert

RGB 112 121 67 -
CMYK 0.07 0 0.45 0.53
HSL 70º 0.29% 0.37% -
HSV(B) 70º 0.45% 0.47% -
XYZ 14.53 17.52 7.93 -
YUV 112.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 112 121 67 0.07 0 0.45 0.53 70 0.29 0.37
Hex 70 79 43 7 0 2D 35 46 1D 25
Octal 160 171 103 7 0 55 65 106 35 45
Binary 1110000 1111001 1000011 111 0 101101 110101 1000110 11101 100101

Color Harmonies of #707943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707943

Black with #707943

Text Example


Text Example

White with #707943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707943; }

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

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

background-color css

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

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

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

border-color css

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

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

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