#707B41

Color #707B41 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #707B41

Tints of Siam #707B41

Color information

#707B41 (or 0x707B41) is unknown color: approx Siam. HEX triplet: 70, 7B and 41. RGB value is (112,123,65). Sum of RGB (Red+Green+Blue) = 112+123+65=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #707B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B41 is #8F84BE. Grayscale: #717171. Windows color (decimal): -9405631 or 4291440. OLE color: 4291440.

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

Color convert

RGB11212365-
CMYK0.0900.470.52
HSL71.38º30.85%36.86%-
HSV(B)71.38º47.15%48.24%-
XYZ14.7217.997.7-
YUV113.1100.86127.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=37.33%
G=41%
B=21.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112123650.0900.470.5271.3830.8536.86
Hex707B41902F34471f25
Octal16017310111057641073745
Binary11100001111011100000110010101111110100100011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707B41;
 }
 .AnyTagClassName
 {
   color: #707B41;
 }
</style>
background-color css

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

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

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

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

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

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