#6F7C46

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

Shades of Siam #6F7C46

Tints of Siam #6F7C46

Color information

#6F7C46 (or 0x6F7C46) is unknown color: approx Siam. HEX triplet: 6F, 7C and 46. RGB value is (111,124,70). Sum of RGB (Red+Green+Blue) = 111+124+70=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C46 is #9083B9. Grayscale: #727272. Windows color (decimal): -9470906 or 4619375. OLE color: 4619375.

HSL color Cylindrical-coordinate representation of color #6F7C46: hue angle of 74.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F7C46 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB11112470-
CMYK0.1000.440.51
HSL74.44º27.84%38.04%-
HSV(B)74.44º43.55%48.63%-
XYZ14.8718.248.53-
YUV113.96103.19125.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=36.39%
G=40.66%
B=22.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111124700.1000.440.5174.4427.8438.04
Hex6F7C46A02C334a1c26
Octal15717410612054631123446
Binary11011111111100100011010100101100110011100101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7C46; }

 p { color: rgb(111,124,70); }

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

<style>
 a { background-color: #6F7C46; }

 a { background-color: rgb(111,124,70); }

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

<style>
 span { border-color: #6F7C46; }

 span { border-color: rgb(111,124,70); }

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