Html Css Color HEX #707F41 Siam

📋 copy color: '#707F41'

red 112 ◦ green 127 ◦ blue 65

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

Shades of Siam #707F41

Tints of Siam #707F41

RGB

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

 GREEN value IS 127 (50% from 255) = 41.78%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 36.84%
G = 41.78%
B = 21.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#707F41 (or 0x707F41) is known color: Siam. HEX triplet: 70, 7F and 41. RGB value is (112,127,65). Sum of RGB (Red+Green+Blue) = 112+127+65=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #707F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F41 is #8F80BE. Grayscale: #737373. Windows color (decimal): -9404607 or 4292464. OLE color: 4292464.

HSL color Cylindrical-coordinate representation of color #707F41: hue angle of 74.52º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707F41 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 127 65 -
CMYK 0.12 0 0.49 0.50
HSL 74.52º 0.32% 0.38% -
HSV(B) 74.52º 0.49% 0.5% -
XYZ 15.23 19.01 7.87 -
YUV 115.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 112 127 65 0.12 0 0.49 0.50 74.52 0.32 0.38
Hex 70 7F 41 C 0 31 32 4B 20 26
Octal 160 177 101 14 0 61 62 113 40 46
Binary 1110000 1111111 1000001 1100 0 110001 110010 1001011 100000 100110

Color Harmonies of #707F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F41

Black with #707F41

Text Example


Text Example

White with #707F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,127,65); }

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

background-color css

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

 a { background-color: rgb(112,127,65); }

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

border-color css

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

 span { border-color: rgb(112,127,65); }

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