Html Css Color HEX #707C45 Siam

📋 copy color: '#707C45'

red 112 ◦ green 124 ◦ blue 69

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

Shades of Siam #707C45

Tints of Siam #707C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 36.72%
G = 40.66%
B = 22.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#707C45 (or 0x707C45) is known color: Siam. HEX triplet: 70, 7C and 45. RGB value is (112,124,69). Sum of RGB (Red+Green+Blue) = 112+124+69=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #707C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C45 is #8F83BA. Grayscale: #727272. Windows color (decimal): -9405371 or 4553840. OLE color: 4553840.

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

Color convert

RGB 112 124 69 -
CMYK 0.10 0 0.44 0.51
HSL 73.09º 0.28% 0.38% -
HSV(B) 73.09º 0.44% 0.49% -
XYZ 14.96 18.29 8.37 -
YUV 114.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 112 124 69 0.10 0 0.44 0.51 73.09 0.28 0.38
Hex 70 7C 45 A 0 2C 33 49 1C 26
Octal 160 174 105 12 0 54 63 111 34 46
Binary 1110000 1111100 1000101 1010 0 101100 110011 1001001 11100 100110

Color Harmonies of #707C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C45

Black with #707C45

Text Example


Text Example

White with #707C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C45; }

 p { color: rgb(112,124,69); }

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

background-color css

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

 a { background-color: rgb(112,124,69); }

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

border-color css

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

 span { border-color: rgb(112,124,69); }

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