Html Css Color HEX #707250 Siam

📋 copy color: '#707250'

red 112 ◦ green 114 ◦ blue 80

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

Shades of Siam #707250

Tints of Siam #707250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 36.6%
G = 37.25%
B = 26.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#707250 (or 0x707250) is known color: Siam. HEX triplet: 70, 72 and 50. RGB value is (112,114,80). Sum of RGB (Red+Green+Blue) = 112+114+80=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #707250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707250 is #8F8DAF. Grayscale: #6D6D6D. Windows color (decimal): -9407920 or 5272176. OLE color: 5272176.

HSL color Cylindrical-coordinate representation of color #707250: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707250 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 80 -
CMYK 0.02 0 0.30 0.55
HSL 63.53º 0.18% 0.38% -
HSV(B) 63.53º 0.3% 0.45% -
XYZ 14.15 16.06 9.94 -
YUV 109.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 112 114 80 0.02 0 0.30 0.55 63.53 0.18 0.38
Hex 70 72 50 2 0 1E 37 40 12 26
Octal 160 162 120 2 0 36 67 100 22 46
Binary 1110000 1110010 1010000 10 0 11110 110111 1000000 10010 100110

Color Harmonies of #707250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707250

Black with #707250

Text Example


Text Example

White with #707250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707250; }

 p { color: rgb(112,114,80); }

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

background-color css

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

 a { background-color: rgb(112,114,80); }

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

border-color css

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

 span { border-color: rgb(112,114,80); }

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