Html Css Color HEX #707B45 Siam

📋 copy color: '#707B45'

red 112 ◦ green 123 ◦ blue 69

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

Shades of Siam #707B45

Tints of Siam #707B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.46%

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

R = 36.84%
G = 40.46%
B = 22.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#707B45 (or 0x707B45) is known color: Siam. HEX triplet: 70, 7B and 45. RGB value is (112,123,69). Sum of RGB (Red+Green+Blue) = 112+123+69=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #707B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B45 is #8F84BA. Grayscale: #717171. Windows color (decimal): -9405627 or 4553584. OLE color: 4553584.

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

Color convert

RGB 112 123 69 -
CMYK 0.09 0 0.44 0.52
HSL 72.22º 0.28% 0.38% -
HSV(B) 72.22º 0.44% 0.48% -
XYZ 14.84 18.04 8.33 -
YUV 113.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 112 123 69 0.09 0 0.44 0.52 72.22 0.28 0.38
Hex 70 7B 45 9 0 2C 34 48 1C 26
Octal 160 173 105 11 0 54 64 110 34 46
Binary 1110000 1111011 1000101 1001 0 101100 110100 1001000 11100 100110

Color Harmonies of #707B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B45

Black with #707B45

Text Example


Text Example

White with #707B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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