Html Css Color HEX #70763F Siam

📋 copy color: '#70763F'

red 112 ◦ green 118 ◦ blue 63

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

Shades of Siam #70763F

Tints of Siam #70763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 38.23%
G = 40.27%
B = 21.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#70763F (or 0x70763F) is known color: Siam. HEX triplet: 70, 76 and 3F. RGB value is (112,118,63). Sum of RGB (Red+Green+Blue) = 112+118+63=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #70763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70763F is #8F89C0. Grayscale: #6E6E6E. Windows color (decimal): -9406913 or 4159088. OLE color: 4159088.

HSL color Cylindrical-coordinate representation of color #70763F: hue angle of 66.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70763F is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 63 -
CMYK 0.05 0 0.47 0.54
HSL 66.55º 0.3% 0.35% -
HSV(B) 66.55º 0.47% 0.46% -
XYZ 14.06 16.76 7.2 -
YUV 109.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 112 118 63 0.05 0 0.47 0.54 66.55 0.3 0.35
Hex 70 76 3F 5 0 2F 36 43 1E 23
Octal 160 166 77 5 0 57 66 103 36 43
Binary 1110000 1110110 111111 101 0 101111 110110 1000011 11110 100011

Color Harmonies of #70763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70763F

Black with #70763F

Text Example


Text Example

White with #70763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70763F; }

 p { color: rgb(112,118,63); }

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

background-color css

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

 a { background-color: rgb(112,118,63); }

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

border-color css

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

 span { border-color: rgb(112,118,63); }

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