Html Css Color HEX #707445 Siam

📋 copy color: '#707445'

red 112 ◦ green 116 ◦ blue 69

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

Shades of Siam #707445

Tints of Siam #707445

RGB

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

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

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

R = 37.71%
G = 39.06%
B = 23.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#707445 (or 0x707445) is known color: Siam. HEX triplet: 70, 74 and 45. RGB value is (112,116,69). Sum of RGB (Red+Green+Blue) = 112+116+69=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #707445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707445 is #8F8BBA. Grayscale: #6D6D6D. Windows color (decimal): -9407419 or 4551792. OLE color: 4551792.

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

Color convert

RGB 112 116 69 -
CMYK 0.03 0 0.41 0.55
HSL 65.11º 0.25% 0.36% -
HSV(B) 65.11º 0.41% 0.45% -
XYZ 14 16.37 8.05 -
YUV 109.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 112 116 69 0.03 0 0.41 0.55 65.11 0.25 0.36
Hex 70 74 45 3 0 29 37 41 19 24
Octal 160 164 105 3 0 51 67 101 31 44
Binary 1110000 1110100 1000101 11 0 101001 110111 1000001 11001 100100

Color Harmonies of #707445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707445

Black with #707445

Text Example


Text Example

White with #707445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707445; }

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

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

background-color css

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

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

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

border-color css

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

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

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