Html Css Color HEX #707D42 Siam

📋 copy color: '#707D42'

red 112 ◦ green 125 ◦ blue 66

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

Shades of Siam #707D42

Tints of Siam #707D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 36.96%
G = 41.25%
B = 21.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#707D42 (or 0x707D42) is known color: Siam. HEX triplet: 70, 7D and 42. RGB value is (112,125,66). Sum of RGB (Red+Green+Blue) = 112+125+66=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #707D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707D42 is #8F82BD. Grayscale: #727272. Windows color (decimal): -9405118 or 4357488. OLE color: 4357488.

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

Color convert

RGB 112 125 66 -
CMYK 0.10 0 0.47 0.51
HSL 73.22º 0.31% 0.37% -
HSV(B) 73.22º 0.47% 0.49% -
XYZ 15 18.51 7.94 -
YUV 114.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 112 125 66 0.10 0 0.47 0.51 73.22 0.31 0.37
Hex 70 7D 42 A 0 2F 33 49 1F 25
Octal 160 175 102 12 0 57 63 111 37 45
Binary 1110000 1111101 1000010 1010 0 101111 110011 1001001 11111 100101

Color Harmonies of #707D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D42

Black with #707D42

Text Example


Text Example

White with #707D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,66); }

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

background-color css

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

 a { background-color: rgb(112,125,66); }

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

border-color css

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

 span { border-color: rgb(112,125,66); }

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